C++ Template Metaprogramming
Solutions to the exercises throughout the book
|
Mathematics used by accumulate is broken out for clarity... More...
#include <exercise-6-1.hpp>
Mathematics used by accumulate is broken out for clarity...
T1 | Our accumulated result so far. |
T2 | What remains of the binary number at this point in traversal. |
Definition at line 144 of file exercise-6-1.hpp.