C++ Template Metaprogramming
Solutions to the exercises throughout the book
Loading...
Searching...
No Matches
exercise_6_4::tree_end Struct Reference

Quick and dirty (non-iterator, I know) way to mark the end of the tree sequence... More...

#include <exercise-6-4.hpp>

Inheritance diagram for exercise_6_4::tree_end:
boost::mpl::end_impl< chapter5::tree_tag >::apply

Public Types

typedef tree_end type
 

Detailed Description

Quick and dirty (non-iterator, I know) way to mark the end of the tree sequence...

Definition at line 46 of file exercise-6-4.hpp.

Member Typedef Documentation

◆ type

Definition at line 48 of file exercise-6-4.hpp.


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