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

#include <chapter-5-tiny.hpp>

Inheritance diagram for chapter5::tiny_insert< Tiny, T, 0 >:
chapter5::tiny< T, Tiny::t0, Tiny::t1 >

Public Member Functions

 BOOST_STATIC_ASSERT ((boost::is_same< typename Tiny::t2, none >::value))
 

Additional Inherited Members

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

Detailed Description

template<typename Tiny, typename T>
struct chapter5::tiny_insert< Tiny, T, 0 >

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

Member Function Documentation

◆ BOOST_STATIC_ASSERT()

template<typename Tiny , typename T >
chapter5::tiny_insert< Tiny, T, 0 >::BOOST_STATIC_ASSERT ( (boost::is_same< typename Tiny::t2, none >::value)  )

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