Public Types | |
typedef int_s< nbits, behavior > | self |
typedef optraits< sint_value< int_s< nbits, behavior > > > | super |
Static Public Member Functions | |
template<class P> | |
static storage_type_ | check (const P &rhs) |
static storage_type_ | max () |
static storage_type_ | min () |
template<unsigned mbits, class B1, class B2> | |
static bool | cmp_eq (const int_s< mbits, B1 > &lhs, const int_u< 32, B2 > &rhs) |
template<unsigned mbits, class B1, class B2> | |
static bool | cmp_eq (const int_u< 32, B1 > &lhs, const int_s< mbits, B2 > &rhs) |
template<class T1, class T2> | |
static bool | cmp_eq (const T1 &lhs, const T2 &rhs) |
template<unsigned mbits, class B1, class B2> | |
static bool | cmp_lt (const int_s< mbits, B1 > &lhs, const int_u< 32, B2 > &rhs) |
template<unsigned mbits, class B1, class B2> | |
static bool | cmp_lt (const int_u< 32, B1 > &lhs, const int_s< mbits, B2 > &rhs) |
template<class T1, class T2> | |
static bool | cmp_lt (const T1 &lhs, const T2 &rhs) |
static std::string | name () |
Definition at line 245 of file int_s.hh.