|
C++ Template Metaprogramming
Solutions to the exercises throughout the book
|
Basic tests for MPL boolean operations. More...
Files | |
| file | exercise-4-0.hpp |
| Solution to Exercise 4-0. | |
Namespaces | |
| namespace | exercise_4_0 |
| Encapsulate solution for Exercise 4-0. | |
Basic tests for MPL boolean operations.
4-0. Write tests for mpl::or and mpl::and metafunctions that use their
short-circuit behavior.