C++ Template Metaprogramming
Solutions to the exercises throughout the book
|
Differences between STL algorithms and MPL ones.
Differences between STL algorithms and MPL ones.
6-5* List all algorithms in the standard library and compare their set to the set of algorithms provided by MPL. Analyze the differences. What algorithms are named differently? What algorithms have different semantics? What algorithms are missing? Why do you think they are missing?