|
C++ Template Metaprogramming
Solutions to the exercises throughout the book
|
Compels iterators to traverse the tree "in order". More...
#include <exercise-5-10.hpp>
Public Types | |
| typedef T | tree_root |
| typedef inorder_view_tag | tag |
| typedef boost::mpl::forward_iterator_tag | category |
Compels iterators to traverse the tree "in order".
| T | The binary tree to traverse. |
Definition at line 79 of file exercise-5-10.hpp.
| typedef boost::mpl::forward_iterator_tag exercise_5_10::inorder_view< T >::category |
Definition at line 83 of file exercise-5-10.hpp.
| typedef inorder_view_tag exercise_5_10::inorder_view< T >::tag |
Definition at line 82 of file exercise-5-10.hpp.
| typedef T exercise_5_10::inorder_view< T >::tree_root |
Definition at line 81 of file exercise-5-10.hpp.