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 T | t0 |
typedef Tiny::t0 | t1 |
typedef Tiny::t1 | t2 |
Definition at line 126 of file chapter-5-tiny.hpp.
chapter5::tiny_insert< Tiny, T, 0 >::BOOST_STATIC_ASSERT | ( | (boost::is_same< typename Tiny::t2, none >::value) | ) |