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

Concept verifying that a tuple contains only identical unit types. More...

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

Concept definition

template<typename T>
concept valor::EigenUnit::HomogeneousTuple = []<typename... Ts>(std::tuple<Ts...>) { return AllSameUnits<Ts...>; }(T{})
Concept verifying that all units in a pack are identical.
Definition Common.h:204
Concept verifying that a tuple contains only identical unit types.
Definition Common.h:222

Detailed Description

Concept verifying that a tuple contains only identical unit types.