C++ Template Metaprogramming
Solutions to the exercises throughout the book
|
A small, random-access sequence type. More...
#include <chapter-5-tiny.hpp>
Public Types | |
typedef tiny_tag | tag |
typedef tiny | type |
typedef T0 | t0 |
typedef T1 | t1 |
typedef T2 | t2 |
A small, random-access sequence type.
T0..T2 | Types contained within the sequence. |
Definition at line 63 of file chapter-5-tiny.hpp.
typedef T0 chapter5::tiny< T0, T1, T2 >::t0 |
Definition at line 67 of file chapter-5-tiny.hpp.
typedef T1 chapter5::tiny< T0, T1, T2 >::t1 |
Definition at line 68 of file chapter-5-tiny.hpp.
typedef T2 chapter5::tiny< T0, T1, T2 >::t2 |
Definition at line 69 of file chapter-5-tiny.hpp.
typedef tiny_tag chapter5::tiny< T0, T1, T2 >::tag |
Definition at line 65 of file chapter-5-tiny.hpp.
typedef tiny chapter5::tiny< T0, T1, T2 >::type |
Definition at line 66 of file chapter-5-tiny.hpp.