Home
last modified time | relevance | path

Searched refs:is_discrete (Results 1 – 22 of 22) sorted by relevance

/third_party/boost/boost/icl/
Dptime.hpp47 template<> struct is_discrete<boost::posix_time::ptime> struct
49 typedef is_discrete type; argument
90 template<> struct is_discrete<boost::posix_time::time_duration> struct
92 typedef is_discrete type; argument
Dinterval.hpp34 , is_discrete<typename interval_traits<interval_type>::domain_type>::value in open()
46 , is_discrete<typename interval_traits<interval_type>::domain_type>::value in left_open()
58 , is_discrete<typename interval_traits<interval_type>::domain_type>::value in right_open()
70 , is_discrete<typename interval_traits<interval_type>::domain_type>::value in closed()
120 … BOOST_STATIC_ASSERT((is_discrete<domain_type>::value || PretendedBounds==RepresentedBounds)); in construct()
Dgregorian.hpp40 template<> struct is_discrete<boost::gregorian::date> struct
42 typedef is_discrete type; argument
91 template<> struct is_discrete<boost::gregorian::date_duration> struct
93 typedef is_discrete type; argument
Ddiscrete_interval.hpp47 BOOST_STATIC_ASSERT((icl::is_discrete<DomainT>::value)); in discrete_interval()
58 BOOST_STATIC_ASSERT((icl::is_discrete<DomainT>::value)); in discrete_interval()
69 BOOST_STATIC_ASSERT((icl::is_discrete<DomainT>::value)); in discrete_interval()
149 BOOST_STATIC_CONSTANT(bool, value = is_discrete<DomainT>::value);
Drational.hpp52 struct is_discrete<boost::rational<Integral> > struct
54 typedef is_discrete type; argument
Dright_open_interval.hpp52 BOOST_STATIC_ASSERT((icl::is_discrete<DomainT>::value)); in right_open_interval()
Dopen_interval.hpp52 BOOST_STATIC_ASSERT((icl::is_discrete<DomainT>::value)); in open_interval()
Dleft_open_interval.hpp51 BOOST_STATIC_ASSERT((icl::is_discrete<DomainT>::value)); in left_open_interval()
Dclosed_interval.hpp38 BOOST_STATIC_ASSERT((icl::is_discrete<DomainT>::value)); in closed_interval()
/third_party/boost/boost/icl/type_traits/
Dis_discrete.hpp34 template <class Type> struct is_discrete struct
36 typedef is_discrete type; argument
52 , is_discrete<typename rep_type_of<Type>::type>
Dis_interval.hpp72 , is_discrete<domain_type> >::value) );
122 , is_discrete<domain_type> >::value) );
132 , is_discrete<domain_type> >::value) );
162 , is_discrete<domain_type>
Dinterval_type_default.hpp30 typename mpl::if_< is_discrete<DomainT>
45 typename mpl::if_< is_discrete<DomainT>
Dis_continuous.hpp21 value = mpl::not_<is_discrete<Type> >::value);
/third_party/boost/libs/icl/test/test_type_traits_/
Dtest_type_traits.cpp59 BOOST_CHECK(!is_discrete<T>::value); in BOOST_AUTO_TEST_CASE_TEMPLATE()
65 BOOST_CHECK(!is_discrete<std::vector<int> >::value); in BOOST_AUTO_TEST_CASE()
70 BOOST_CHECK(is_discrete<T>::value); in BOOST_AUTO_TEST_CASE_TEMPLATE()
76 BOOST_CHECK(is_discrete<boost::gregorian::date>::value); in BOOST_AUTO_TEST_CASE()
/third_party/boost/boost/histogram/axis/
Dpolymorphic_bin.hpp62 bool is_discrete() const noexcept { return lower_or_value_ == upper_; } in is_discrete() function in boost::histogram::axis::polymorphic_bin
76 return is_discrete() && static_cast<value_type>(*this) == rhs; in equal_impl()
Dostream.hpp128 if (i.is_discrete()) return os << static_cast<double>(i); in operator <<()
/third_party/boost/libs/icl/doc/
Dfunctions_range.qbk19 [[`domain_type first(const T&)`] [__O1__] [__O1__] [__O1__][`is_discrete<domain_type>::va…
20 [[`domain_type last(const T&)`] [__O1__] [__O1__] [__O1__][`is_discrete<domain_type>::va…
/third_party/boost/boost/icl/concept/
Dinterval_bounds.hpp84 inline typename enable_if<is_discrete<Type>, Type>::type
96 inline typename enable_if<is_discrete<Type>, Type>::type
Dinterval.hpp92 , is_discrete<typename interval_traits<Type>::domain_type> >
105 , is_discrete<typename interval_traits<Type>::domain_type> >
192 , is_discrete<typename interval_traits<Type>::domain_type> >
210 , is_discrete<typename interval_traits<Type>::domain_type> >
390 , is_discrete<typename interval_traits<Type>::domain_type> >
420 , is_discrete<typename interval_traits<Type>::domain_type> >
449 , is_discrete<typename interval_traits<Type>::domain_type> >
459 , is_discrete<typename interval_traits<Type>::domain_type> >
1379 , is_discrete<typename interval_traits<Type>::domain_type>
Dinterval_associator_base.hpp26 , is_discrete<typename domain_type_of<Type>::type>
Dinterval_associator.hpp119 , is_discrete<typename Type::domain_type> >
137 , mpl::not_<is_discrete<typename Type::domain_type> > >
249 , is_discrete<typename domain_type_of<Type>::type> >
263 , is_discrete<typename domain_type_of<Type>::type> >
/third_party/boost/libs/icl/test/
Dtest_icl_discrete_interval.hpp17 BOOST_CHECK( is_discrete<typename IntervalT::domain_type>::value ); in discrete_interval_traits()
41 BOOST_CHECK( is_discrete<typename interval_traits<L__D>::domain_type>::value ); in distant_intervals_4_discrete_types()