Tapkee
|
#include <wrappers.hpp>
Public Member Functions | |
OctWrapper (T value) | |
Public Attributes | |
utils::compile_time_assert< std::numeric_limits< T >::is_integer > | OCT_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 66 of file wrappers.hpp.
|
explicit |
Definition at line 69 of file wrappers.hpp.
|
friend |
utils::compile_time_assert<std::numeric_limits<T>::is_integer> OCT_USED_FOR_NON_INTEGER_TYPE |
Definition at line 68 of file wrappers.hpp.
const T value_ |
Definition at line 70 of file wrappers.hpp.