Concept verifying that a pack of arguments matches the required units for a UnitMatrix.
More...
template<typename OutTuple, typename InTuple, typename... Args>
ValidElemArgsImpl<OutTuple, InTuple, std::tuple<Args...>, std::make_index_sequence<
sizeof...(Args)>>::value
Concept verifying that a pack of arguments matches the required units for a UnitMatrix.
Definition Common.h:315
Implementation details for checking variadic matrix element arguments.
Definition Common.h:300
Concept verifying that a pack of arguments matches the required units for a UnitMatrix.