Template Struct t8_point_tag

Struct Documentation

template<std::size_t TDim>
struct t8_point_tag

Tag for a point in N-dimensional space.

Template Parameters:

TDim – Dimension of the point.

Public Static Attributes

static constexpr std::size_t dim = TDim

Dimension of the point.