pack< Ts > Struct Template Reference

MPL-compatible sequence that just holds a vector of types as a paremeter pack. More...

#include <atria/meta/pack.hpp>

Detailed Description

template<typename... Ts>
struct atria::meta::pack< Ts >

MPL-compatible sequence that just holds a vector of types as a paremeter pack.

Definition at line 57 of file pack.hpp.


The documentation for this struct was generated from the following file:
Fork me on GitHub