Home
last modified time | relevance | path

Searched refs:relaxed_tuple_size (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/histogram/detail/
Drelaxed_tuple_size.hpp20 constexpr dynamic_size relaxed_tuple_size(const T&) noexcept { in relaxed_tuple_size() function
25 constexpr std::integral_constant<std::size_t, sizeof...(Ts)> relaxed_tuple_size( in relaxed_tuple_size() function
31 using relaxed_tuple_size_t = decltype(relaxed_tuple_size(std::declval<T>()));
Daxes.hpp55 for_each_axis_impl(relaxed_tuple_size(t), t, p); in for_each_axis()