Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::numeric::interval_lib::checking_base< T > Struct Template Reference

#include <checking.hpp>

Static Public Member Functions

static T pos_inf ()
 
static T neg_inf ()
 
static T nan ()
 
static bool is_nan (const T &x)
 
static T empty_lower ()
 
static T empty_upper ()
 
static bool is_empty (const T &l, const T &u)
 

Member Function Documentation

template<class T >
static T boost::numeric::interval_lib::checking_base< T >::empty_lower ( )
inlinestatic
template<class T >
static T boost::numeric::interval_lib::checking_base< T >::empty_upper ( )
inlinestatic
template<class T >
static bool boost::numeric::interval_lib::checking_base< T >::is_empty ( const T l,
const T u 
)
inlinestatic
template<class T >
static bool boost::numeric::interval_lib::checking_base< T >::is_nan ( const T x)
inlinestatic

References boost::flyweights::x.

template<class T >
static T boost::numeric::interval_lib::checking_base< T >::nan ( )
inlinestatic
template<class T >
static T boost::numeric::interval_lib::checking_base< T >::neg_inf ( )
inlinestatic
template<class T >
static T boost::numeric::interval_lib::checking_base< T >::pos_inf ( )
inlinestatic

The documentation for this struct was generated from the following file: