Home
last modified time | relevance | path

Searched defs:is_discrete (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/icl/
Dptime.hpp47 template<> struct is_discrete<boost::posix_time::ptime> struct
49 typedef is_discrete type;
90 template<> struct is_discrete<boost::posix_time::time_duration> struct
92 typedef is_discrete type;
Dgregorian.hpp40 template<> struct is_discrete<boost::gregorian::date> struct
42 typedef is_discrete type;
91 template<> struct is_discrete<boost::gregorian::date_duration> struct
93 typedef is_discrete type;
Drational.hpp52 struct is_discrete<boost::rational<Integral> > struct
54 typedef is_discrete type;
/third_party/boost/boost/icl/type_traits/
Dis_discrete.hpp34 template <class Type> struct is_discrete struct
36 typedef is_discrete type;
/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