C++ Template Metaprogramming
Solutions to the exercises throughout the book
Loading...
Searching...
No Matches
exercise_6_1::binary< N >::apply_binary_digit< T1, T2 > Struct Template Reference

Mathematics used by accumulate is broken out for clarity... More...

#include <exercise-6-1.hpp>

Detailed Description

template<unsigned long N>
template<typename T1, typename T2>
struct exercise_6_1::binary< N >::apply_binary_digit< T1, T2 >

Mathematics used by accumulate is broken out for clarity...

Template Parameters
T1Our accumulated result so far.
T2What remains of the binary number at this point in traversal.

Definition at line 144 of file exercise-6-1.hpp.


The documentation for this struct was generated from the following file: