Tapkee
|
#include <wrappers.hpp>
Public Member Functions | |
HexWrapper (T value) | |
Public Attributes | |
utils::compile_time_assert < std::numeric_limits< T > ::is_integer > | HEX_USED_FOR_NON_INTEGER_TYPE |
const T | value_ |
Friends | |
template<typename U > | |
std::ostream & | operator<< (std::ostream &out, const HexWrapper< U > &h) |
Definition at line 48 of file wrappers.hpp.
|
explicit |
Definition at line 51 of file wrappers.hpp.
|
friend |
utils::compile_time_assert<std::numeric_limits<T>::is_integer> HEX_USED_FOR_NON_INTEGER_TYPE |
Definition at line 50 of file wrappers.hpp.
const T value_ |
Definition at line 52 of file wrappers.hpp.