Skip to content

class axis_params<Axis, N> types

template <index_t Axis, size_t N>
struct axis_params { … }

variable axis

constexpr static index_t axis  = Axis

Defined at base/shape.hpp:914

variable width

constexpr static index_t width = N

Defined at base/shape.hpp:915

variable value

constexpr static index_t value = N

Defined at base/shape.hpp:916

constructor axis_params<Axis, N>()

constexpr axis_params() = default

Defined at base/shape.hpp:918

Defined at base/shape.hpp:912