Searched refs:bounded_value (Results 1 – 5 of 5) sorted by relevance
15 template<class DomainT> class bounded_value;28 static Type construct_bounded(const bounded_value<domain_type>& lo, 29 const bounded_value<domain_type>& up);
60 class bounded_value class64 typedef bounded_value<DomainT> type;66 bounded_value(const domain_type& value, interval_bounds bound) in bounded_value() function in boost::icl::bounded_value
34 typedef typename bounded_value<DomainT>::type bounded_domain_type;123 static interval_type construct_bounded(const bounded_value<DomainT>& lo, in construct_bounded()124 const bounded_value<DomainT>& up) in construct_bounded()
34 typedef typename bounded_value<DomainT>::type bounded_domain_type;126 static interval_type construct_bounded(const bounded_value<DomainT>& lo, in construct_bounded()127 const bounded_value<DomainT>& up) in construct_bounded()
173 boost/icl/bounded_value.html