Static Public Member Functions | |
static storage_type_ | zero () |
static storage_type_ | unit () |
static storage_type_ | min () |
static storage_type_ | max () |
static storage_type_ | inf () |
static storage_type_ | sup () |
static unsigned | max_print_width () |
static bin & | logical_or_equal (bin &lhs, const bin &rhs) |
static bin & | logical_and_equal (bin &lhs, const bin &rhs) |
static bin & | logical_xor_equal (bin &lhs, const bin &rhs) |
static bin | logical_or (const bin &lhs, const bin &rhs) |
static bin | logical_and (const bin &lhs, const bin &rhs) |
static bin | logical_xor (const bin &lhs, const bin &rhs) |
static bool | cmp_lt (const bin &lhs, const bin &rhs) |
static bool | cmp_eq (const bin &lhs, const bin &rhs) |
static std::string | name () |
Definition at line 139 of file enum/bin.hh.