C++ Template Metaprogramming
Solutions to the exercises throughout the book
|
Encapsulate solution for Exercise 6-1. More...
Classes | |
struct | binary |
Compile-time binary to decimal number translation. More... | |
struct | binary_tag |
A tag for tag-dispatched sequence metafunctions. More... | |
Encapsulate solution for Exercise 6-1.