Searched defs:axis_get (Results 1 – 1 of 1) sorted by relevance
184 decltype(auto) axis_get(std::tuple<Ts...>& axes) { in axis_get() function189 decltype(auto) axis_get(const std::tuple<Ts...>& axes) { in axis_get() function194 decltype(auto) axis_get(T& axes) { in axis_get() function199 decltype(auto) axis_get(const T& axes) { in axis_get() function204 auto axis_get(std::tuple<Ts...>& axes, const unsigned i) { in axis_get() function211 auto axis_get(const std::tuple<Ts...>& axes, const unsigned i) { in axis_get() function218 decltype(auto) axis_get(T& axes, const unsigned i) { in axis_get() function223 decltype(auto) axis_get(const T& axes, const unsigned i) { in axis_get() function