Home
last modified time | relevance | path

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

/third_party/boost/boost/histogram/detail/
Dargument_traits.hpp30 struct is_sample_impl : mp11::mp_false {}; struct
33 struct is_sample_impl<sample_type<T>> : mp11::mp_true {}; struct