|
template<class IntegerType byte_ENABLE_IF_INTEGRAL_T> |
byte_constexpr byte | nonstd::to_byte (IntegerType v) byte_noexcept |
|
template<class IntegerType > |
byte_constexpr IntegerType | nonstd::to_integer (byte b) byte_noexcept |
|
byte_constexpr unsigned char | nonstd::to_integer (byte b) byte_noexcept |
|
byte_constexpr unsigned char | nonstd::to_uchar (byte b) byte_noexcept |
|
byte_constexpr unsigned char | nonstd::to_uchar (int i) byte_noexcept |
|
byte_constexpr bool | nonstd::operator== (byte l, byte r) byte_noexcept |
|
byte_constexpr bool | nonstd::operator!= (byte l, byte r) byte_noexcept |
|
byte_constexpr bool | nonstd::operator< (byte l, byte r) byte_noexcept |
|
byte_constexpr bool | nonstd::operator<= (byte l, byte r) byte_noexcept |
|
byte_constexpr bool | nonstd::operator> (byte l, byte r) byte_noexcept |
|
byte_constexpr bool | nonstd::operator>= (byte l, byte r) byte_noexcept |
|
template<class IntegerType byte_ENABLE_IF_INTEGRAL_T> |
byte_constexpr14 byte & | nonstd::operator<<= (byte &b, IntegerType shift) byte_noexcept |
|
template<class IntegerType byte_ENABLE_IF_INTEGRAL_T> |
byte_constexpr14 byte & | nonstd::operator>>= (byte &b, IntegerType shift) byte_noexcept |
|
template<class IntegerType byte_ENABLE_IF_INTEGRAL_T> |
byte_constexpr byte | nonstd::operator<< (byte b, IntegerType shift) byte_noexcept |
|
template<class IntegerType byte_ENABLE_IF_INTEGRAL_T> |
byte_constexpr byte | nonstd::operator>> (byte b, IntegerType shift) byte_noexcept |
|
byte_constexpr14 byte & | nonstd::operator|= (byte &l, byte r) byte_noexcept |
|
byte_constexpr14 byte & | nonstd::operator&= (byte &l, byte r) byte_noexcept |
|
byte_constexpr14 byte & | nonstd::operator^= (byte &l, byte r) byte_noexcept |
|
byte_constexpr byte | nonstd::operator| (byte l, byte r) byte_noexcept |
|
byte_constexpr byte | nonstd::operator& (byte l, byte r) byte_noexcept |
|
byte_constexpr byte | nonstd::operator^ (byte l, byte r) byte_noexcept |
|
byte_constexpr byte | nonstd::operator~ (byte b) byte_noexcept |
|