C++ Template Metaprogramming
Solutions to the exercises throughout the book
Loading...
Searching...
No Matches
Todo List
Class boost::mpl::push_back_impl< chapter5::tree_tag >
push_back is a really crummy name for sorted tree insertion – particularly one with different "views." USE ANOTHER NAME.
Namespace chapter5
Sort these out in Doxygen!
Module exercise-3-8
Add a units matrix to the quantity class-template that gets converted on every arithmetic operation?
Module exercise-4-2
Same logic holds true for logical_and, but with false_ instead of true_. Go back and write logical_and some time.
Module exercise-5-10

Pre-order tree traversal!

Post-order tree traversal!

Module exercise-5-7
dimensions_b is an artifact of sharing a namespace with dimensions.
Module exercise-6-5
TBD.
Class exercise_2_3::type_descriptor< T >
This seemed less interesting because I already did it (w/o Boost). We'll revisit when there's time.
Member exercise_2_4::error_unhandled_type ()
Already defined in Exercise 2-4.
Class exercise_6_0::find_smaller< T1, T2 >
I wonder if there's an MPL function to measure sizes...