Type Pack 0.0.1
Loading...
Searching...
No Matches
ty Namespace Reference

Type Pack. More...

Namespaces

namespace  detail
 Implementation details.
 

Classes

struct  pack
 A wrapper for a type template parameter pack. More...
 
struct  pack< Head, Tail... >
 Main pack specialization. More...
 
struct  pack< pack< Ts... > >
 Inner pack unwrapping specialization. More...
 
struct  pack<>
 Empty pack specialization. More...
 

Typedefs

using empty_t = pack<>
 Helper type which is the empty pack.
 

Detailed Description

Type Pack.