|
C++ Template Metaprogramming
Solutions to the exercises throughout the book
|
This is our "inserter." It really just replaces instead of inserting, though. More...
#include <exercise-6-0.hpp>
Public Types | |
| typedef Operation | operation |
| typedef State | state |
This is our "inserter." It really just replaces instead of inserting, though.
| State | Result of the last thing... |
| Operation | find_smaller(State, current_item) |
Definition at line 88 of file exercise-6-0.hpp.
| typedef Operation exercise_6_0::replace_with_smaller< State, Operation >::operation |
Definition at line 90 of file exercise-6-0.hpp.
| typedef State exercise_6_0::replace_with_smaller< State, Operation >::state |
Definition at line 91 of file exercise-6-0.hpp.