Home
last modified time | relevance | path

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

/third_party/boost/boost/histogram/detail/
Dargument_traits.hpp39 struct sample_args_impl { struct
40 using type = mp11::mp_first<std::decay_t<mp11::mp_at_c<L, (Idx >= 0 ? Idx : 0)>>>;
44 struct sample_args_impl<-1, L> { struct
45 using type = std::tuple<>;