Valkyrie 2026
Loading...
Searching...
No Matches
valor::EigenUnit::ValidSize Concept Reference

Concept verifying that size N is within the bounds of a pack. More...

#include <valkyrie/util/eigenunit/Common.h>

Concept definition

template<size_t N, typename... Ts>
concept valor::EigenUnit::ValidSize = (N <= sizeof...(Ts))
Concept verifying that size N is within the bounds of a pack.
Definition Common.h:198

Detailed Description

Concept verifying that size N is within the bounds of a pack.