Home
last modified time | relevance | path

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

/third_party/boost/boost/histogram/detail/
Daxes.hpp184 decltype(auto) axis_get(std::tuple<Ts...>& axes) { in axis_get() function
189 decltype(auto) axis_get(const std::tuple<Ts...>& axes) { in axis_get() function
194 decltype(auto) axis_get(T& axes) { in axis_get() function
199 decltype(auto) axis_get(const T& axes) { in axis_get() function
204 auto axis_get(std::tuple<Ts...>& axes, const unsigned i) { in axis_get() function
211 auto axis_get(const std::tuple<Ts...>& axes, const unsigned i) { in axis_get() function
218 decltype(auto) axis_get(T& axes, const unsigned i) { in axis_get() function
223 decltype(auto) axis_get(const T& axes, const unsigned i) { in axis_get() function