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

#include <interval_type_default.hpp>

Public Types

typedef mpl::if_< is_discrete
< DomainT >, discrete_interval
< DomainT, Compare >
, continuous_interval< DomainT,
Compare > >::type 
type
 

Member Typedef Documentation

template<class DomainT, ICL_COMPARE Compare = ICL_COMPARE_INSTANCE(ICL_COMPARE_DEFAULT, DomainT)>
typedef mpl::if_< is_discrete<DomainT> , discrete_interval<DomainT,Compare> , continuous_interval<DomainT,Compare> >::type boost::icl::interval_type_default< DomainT, Compare >::type

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