Home
last modified time | relevance | path

Searched refs:has_difference (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/icl/type_traits/
Ddifference_type_of.hpp50 struct has_difference struct
52 typedef has_difference type; argument
61 template <class Type, bool has_difference, bool has_diff_type>
94 , has_difference<Type>::value
/third_party/boost/boost/icl/
Dptime.hpp60 struct has_difference<boost::posix_time::ptime> struct
62 typedef has_difference type; argument
97 struct has_difference<boost::posix_time::time_duration> struct
99 typedef has_difference type; argument
Dgregorian.hpp63 struct has_difference<boost::gregorian::date> struct
65 typedef has_difference type; argument
98 struct has_difference<boost::gregorian::date_duration> struct
100 typedef has_difference type; argument
/third_party/boost/libs/icl/test/
Dtest_icl_continuous_interval.hpp32 BOOST_CHECK( has_difference<typename interval_traits<L__D>::domain_type>::value ); in distant_intervals_4_numeric_continuous_types()
Dtest_icl_interval.hpp98 BOOST_CHECK( has_difference<T>::value ); in coverable_asymmetric_interval_4_bicremental_types()
Dtest_icl_discrete_interval.hpp40 BOOST_CHECK( has_difference<typename interval_traits<L__D>::domain_type>::value ); in distant_intervals_4_discrete_types()
/third_party/boost/boost/icl/concept/
Dinterval.hpp1378 , has_difference<typename interval_traits<Type>::domain_type>
1399 , has_difference<typename interval_traits<Type>::domain_type>