sparrow 1.0.0
|
A sequence of types used for metaprogramming operations. More...
#include <mp_utils.hpp>
A sequence of types used for metaprogramming operations.
This class template serves as a container for type lists in template metaprogramming contexts. It provides the foundation for type-level algorithms and operations.
T | Pack of types to store in the list |
Definition at line 122 of file mp_utils.hpp.