C++ Template Metaprogramming
Solutions to the exercises throughout the book
Loading...
Searching...
No Matches
chapter5::tiny_push_back< Tiny, T, 2 > Struct Template Reference

#include <chapter-5-tiny.hpp>

Inheritance diagram for chapter5::tiny_push_back< Tiny, T, 2 >:
chapter5::tiny< Tiny::t0, Tiny::t1, T >

Additional Inherited Members

- Public Types inherited from chapter5::tiny< Tiny::t0, Tiny::t1, T >
typedef tiny_tag tag
 
typedef tiny type
 
typedef Tiny::t0 t0
 
typedef Tiny::t1 t1
 
typedef T t2
 

Detailed Description

template<typename Tiny, typename T>
struct chapter5::tiny_push_back< Tiny, T, 2 >

Definition at line 108 of file chapter-5-tiny.hpp.


The documentation for this struct was generated from the following file: