Home
last modified time | relevance | path

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

/third_party/boost/boost/histogram/
Dmake_histogram.hpp34 class = detail::requires_storage_or_adaptible<Storage>,
71 class = detail::requires_storage_or_adaptible<Storage>,
108 class = detail::requires_storage_or_adaptible<Storage>,
Dhistogram.hpp693 template <class... Axes, class S, class = detail::requires_storage_or_adaptible<S>>
704 class = detail::requires_storage_or_adaptible<S>>
/third_party/boost/boost/histogram/detail/
Ddetect.hpp169 struct requires_storage_or_adaptible {}; struct