The Sparta Modeling Framework
|
This Variadic templated struct basically works much like std::integer_sequence. It represents a compile-time sequence of integers. This is used as a parameter to the Collection function template and helps in type deduction, unpacking and transforming our tuple of random parameters back into a variadic template. More...
#include <MetaStructs.hpp>
This Variadic templated struct basically works much like std::integer_sequence. It represents a compile-time sequence of integers. This is used as a parameter to the Collection function template and helps in type deduction, unpacking and transforming our tuple of random parameters back into a variadic template.
Given a tuple, this Indices Sequence Generator takes that tuple and transforms it back to a variadic template argument.
Definition at line 461 of file MetaStructs.hpp.