Xped
Loading...
Searching...
No Matches
Bonds.hpp File Reference
#include <boost/describe.hpp>
#include "Xped/Util/EnumStream.hpp"
Include dependency graph for Bonds.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Xped
 
namespace  Xped::Opts
 

Enumerations

enum class  Xped::Opts::Bond : uint32_t { Xped::Opts::H = (1 << 0) , Xped::Opts::V = (1 << 1) , Xped::Opts::D1 = (1 << 2) , Xped::Opts::D2 = (1 << 3) }
 

Functions

constexpr enum Bond Xped::Opts::operator| (const enum Bond selfValue, const enum Bond inValue)
 
constexpr enum Bond Xped::Opts::operator& (const enum Bond selfValue, const enum Bond inValue)