Searched defs:is_discrete (Results 1 – 5 of 5) sorted by relevance
47 template<> struct is_discrete<boost::posix_time::ptime> struct49 typedef is_discrete type;90 template<> struct is_discrete<boost::posix_time::time_duration> struct92 typedef is_discrete type;
40 template<> struct is_discrete<boost::gregorian::date> struct42 typedef is_discrete type;91 template<> struct is_discrete<boost::gregorian::date_duration> struct93 typedef is_discrete type;
52 struct is_discrete<boost::rational<Integral> > struct54 typedef is_discrete type;
34 template <class Type> struct is_discrete struct36 typedef is_discrete type;
62 bool is_discrete() const noexcept { return lower_or_value_ == upper_; } in is_discrete() function in boost::histogram::axis::polymorphic_bin