SyTen

◆ this_rank

constexpr Rank syten::Tensor< 0 >::this_rank = 0
staticconstexpr

Rank of this tensor.

Remarks
Instead of accessing this member directly via an object arg as arg.this_rank, prefer SYTEN_TENSOR_RANK(arg), as the latter is also recognised as constexpr in clang.