C++ Template Metaprogramming
Solutions to the exercises throughout the book
Loading...
Searching...
No Matches

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.
 

Detailed Description

Solution to Exercise 3-0.

Author
Matt Bisson

Definition in file exercise-3-0.hpp.