table of contents
std::tr1::__detail::__floating_point_constant(3) | Library Functions Manual | std::tr1::__detail::__floating_point_constant(3) |
NAME¶
std::tr1::__detail::__floating_point_constant -
A class to encapsulate type dependent floating point constants. Not everything will be able to be expressed as type logic.
SYNOPSIS¶
Static Public Attributes¶
static const _Tp __value
Detailed Description¶
template<typename _Tp> struct std::tr1::__detail::__floating_point_constant< _Tp >¶
A class to encapsulate type dependent floating point constants. Not everything will be able to be expressed as type logic.
Definition at line 52 of file special_function_util.h.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
19 Jun 2018 | libstdc++ |