C++ Template Metaprogramming
Solutions to the exercises throughout the book
|
Solution to Exercise 3-0. More...
#include <boost/static_assert.hpp>
Go to the source code of this file.
Classes | |
struct | exercise_3_0::checked_binary< N > |
Compile-time binary to decimal number translation. More... | |
struct | exercise_3_0::checked_binary< 0 > |
Recursion termination. More... | |
Namespaces | |
namespace | exercise_3_0 |
Encapsulate solution for Exercise 3-0. | |
Solution to Exercise 3-0.
Definition in file exercise-3-0.hpp.