Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class template numeric_limits<::, >

std::numeric_limits<::boost::units::quantity< Unit, T >>

Synopsis

// 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;
};

Description

numeric_limits public static functions

  1.  ();
  2.  ();
  3.  ();
  4.  ();
  5.  ();
  6.  ();
  7.  ();
  8.  ();
  9.  ();

PrevUpHomeNext