Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
constrained_value.hpp File Reference
#include <exception>
#include <stdexcept>
#include <boost/config.hpp>
#include <boost/throw_exception.hpp>
#include <boost/mpl/if.hpp>
#include <boost/type_traits/is_base_of.hpp>
Include dependency graph for constrained_value.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::CV::constrained_value< value_policies >
 A template to specify a constrained basic value type. More...
 
class  boost::CV::simple_exception_policy< rep_type, min_value, max_value, exception_type >
 Template to shortcut the constrained_value policy creation process. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::CV
 Namespace containing constrained_value template and types.
 

Enumerations

enum  boost::CV::violation_enum {
  boost::CV::min_violation,
  boost::CV::max_violation
}
 Represent a min or max violation type. More...