#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>
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... | |