C++ Template Metaprogramming
Solutions to the exercises throughout the book
|
Perform a search on a binary tree structure. More...
#include <exercise-6-4.hpp>
Perform a search on a binary tree structure.
If this algorithm finds nothing matching Elem, it returns boost::mpl::end< tree<> >
.
S | A (sub)tree to search. |
Elem | The element to search for. |
Definition at line 88 of file exercise-6-4.hpp.