Tapkee
|
#include <wrappers.hpp>
Public Member Functions | |
PrecisionWrapper (unsigned int precision, T value) | |
Public Attributes | |
utils::compile_time_assert < std::numeric_limits< T > ::is_specialized > | PRECISION_USED_FOR_NON_NUMERIC_TYPE |
const T | value_ |
const unsigned int | precision_ |
Friends | |
template<typename U > | |
std::ostream & | operator<< (std::ostream &out, const PrecisionWrapper &h) |
Definition at line 123 of file wrappers.hpp.
|
explicit |
Definition at line 126 of file wrappers.hpp.
|
friend |
const unsigned int precision_ |
Definition at line 128 of file wrappers.hpp.
utils::compile_time_assert<std::numeric_limits<T>::is_specialized> PRECISION_USED_FOR_NON_NUMERIC_TYPE |
Definition at line 125 of file wrappers.hpp.
const T value_ |
Definition at line 127 of file wrappers.hpp.