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

#include <dynamic_interval_traits.hpp>

Public Types

typedef Type::domain_type domain_type
 
typedef Type::domain_compare domain_compare
 

Static Public Member Functions

static Type construct (const domain_type &lo, const domain_type &up, interval_bounds bounds)
 
static Type construct_bounded (const bounded_value< domain_type > &lo, const bounded_value< domain_type > &up)
 

Member Typedef Documentation

template<class Type >
typedef Type::domain_compare boost::icl::dynamic_interval_traits< Type >::domain_compare
template<class Type >
typedef Type::domain_type boost::icl::dynamic_interval_traits< Type >::domain_type

Member Function Documentation

template<class Type >
static Type boost::icl::dynamic_interval_traits< Type >::construct ( const domain_type lo,
const domain_type up,
interval_bounds  bounds 
)
static
template<class Type >
static Type boost::icl::dynamic_interval_traits< Type >::construct_bounded ( const bounded_value< domain_type > &  lo,
const bounded_value< domain_type > &  up 
)
static

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