Variable axis_params_v¶
variable axis_params_v base¶
template <index_t Axis, size_t N>
constexpr inline const axis_params<Axis, N> axis_params_v{} Inline variable form of axis_params for use in expressions.
using namespace kfr;
get_elements(t, idx, axis_params_v<0, 4>);
| Axis | Index of the axis. |
| N | Number of elements to access. |
Fully qualified name: kfr::axis_params_v
Declared at base/shape.hpp:1333
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.