C++ Template Metaprogramming
Solutions to the exercises throughout the book
Loading...
Searching...
No Matches
exercise_5_10 Namespace Reference

Encapsulate solution for Exercise 5-10. More...

Classes

struct  inorder_view
 Compels iterators to traverse the tree "in order". More...
 
struct  inorder_view_iterator
 Establish an iterator to contain in-order traversal of the binary tree. More...
 
struct  inorder_view_tag
 A tag for tag-dispatched sequence metafunctions. More...
 

Typedefs

typedef inorder_view_iterator< void_, void_, 0 > inorder_view_iterator_end
 Establish an end to the sequence.
 

Detailed Description

Encapsulate solution for Exercise 5-10.

Typedef Documentation

◆ inorder_view_iterator_end

Establish an end to the sequence.

Definition at line 109 of file exercise-5-10.hpp.