Home
last modified time | relevance | path

Searched refs:has_max_infinity (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/icl/type_traits/
Dinfinity.hpp32 template<class Type> struct has_max_infinity struct
34 typedef has_max_infinity type; argument
84 , has_max_infinity<Type>::value >::value(); in value()
/third_party/boost/libs/icl/test/test_misc_/
Dtest_misc.cpp189 BOOST_CHECK(( has_max_infinity<int>::value )); in BOOST_AUTO_TEST_CASE()
190 BOOST_CHECK((!has_max_infinity<double>::value )); in BOOST_AUTO_TEST_CASE()