![]() |
Home | Libraries | People | FAQ | More |
std::numeric_limits<::boost::units::quantity< Unit, T >>
// In header: <boost/units/limits.hpp> template<typename Unit, typename T> class numeric_limits<::, > { public: // types typedef ::boost::units::quantity< ; // public static functions (); (); (); (); (); (); (); (); (); // public data members is_specialized; digits; digits10; max_digits10; is_signed; is_integer; is_exact; radix; min_exponent; min_exponent10; max_exponent; max_exponent10; has_infinity; has_quiet_NaN; has_signaling_NaN; has_denorm_loss; is_iec559; is_bounded; is_modulo; traps; tinyness_before; has_denorm; round_style; };