C++ Template Metaprogramming
Solutions to the exercises throughout the book
|
#include <chapter-5-tiny.hpp>
Public Member Functions | |
BOOST_STATIC_ASSERT ((boost::is_same< typename Tiny::t2, none >::value)) | |
Additional Inherited Members | |
![]() | |
typedef tiny_tag | tag |
typedef tiny | type |
typedef Tiny::t0 | t0 |
typedef Tiny::t1 | t1 |
typedef T | t2 |
Definition at line 134 of file chapter-5-tiny.hpp.
chapter5::tiny_insert< Tiny, T, 2 >::BOOST_STATIC_ASSERT | ( | (boost::is_same< typename Tiny::t2, none >::value) | ) |