Home
last modified time | relevance | path

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

/third_party/boost/boost/histogram/detail/
Dargument_traits.hpp21 struct is_weight_impl : mp11::mp_false {}; struct
24 struct is_weight_impl<weight_type<T>> : mp11::mp_true {}; struct