C++ Template Metaprogramming
Solutions to the exercises throughout the book
|
Basically indistinguishable from from any other inserter since we have a generic insert metafunction. More...
#include <exercise-6-3.hpp>
Public Types | |
typedef Op | operation |
typedef S | state |
Basically indistinguishable from from any other inserter since we have a generic insert metafunction.
Now that I've got a sensible boost::mpl::push_back_impl<tree_tag>
, this inserter will be easy...
Definition at line 59 of file exercise-6-3.hpp.
typedef Op exercise_6_3::binary_tree_inserter< S, Op >::operation |
Definition at line 61 of file exercise-6-3.hpp.
typedef S exercise_6_3::binary_tree_inserter< S, Op >::state |
Definition at line 62 of file exercise-6-3.hpp.