TypeList< Ts > Struct Template Reference
A minimal variadic template container for types. This is used instead of std::tuple for intermediate template metaprogramming to drastically reduce compiler memory and instantiation times. More...
#include <TemplateHelpers.hh>
Static Public Attributes | |
| static constexpr std::size_t | size = sizeof...(Ts) |
Detailed Description
template<typename... Ts>
struct gz::physics::TypeList< Ts >
struct gz::physics::TypeList< Ts >
A minimal variadic template container for types. This is used instead of std::tuple for intermediate template metaprogramming to drastically reduce compiler memory and instantiation times.
Member Data Documentation
◆ size
template<typename... Ts>
|
staticconstexpr |
The documentation for this struct was generated from the following file: