Home
last modified time | relevance | path

Searched refs:is_sequence_of_axis (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/histogram/detail/
Dcommon_type.hpp25 is_sequence_of_axis<T>, T,
26 is_sequence_of_axis<U>, U,
Ddetect.hpp153 using is_sequence_of_axis = mp11::mp_and<is_iterable<T>, is_axis<mp11::mp_first<T>>>; typedef
184 template <class T, class = std::enable_if_t<is_sequence_of_axis<std::decay_t<T>>::value>>
/third_party/boost/libs/histogram/test/
Ddetail_detect_test.cpp165 BOOST_TEST_TRAIT_TRUE((is_sequence_of_axis<A>)); in main()
169 BOOST_TEST_TRAIT_FALSE((is_sequence_of_axis<B>)); in main()