Template Struct t8_vec_tag

Struct Documentation

template<std::size_t TDim>
struct t8_vec_tag

Tag for a vector in N-dimensional space.

Template Parameters:

TDim – Dimension of the vector.

Public Static Attributes

static constexpr std::size_t dim = TDim

Dimension of the vector.