C++ Template Metaprogramming
Solutions to the exercises throughout the book
|
A lambda to perform a metafunction twice. More...
#include <exercise-3-6.hpp>
Classes | |
struct | apply |
When applied, performs the given function twice. More... | |
A lambda to perform a metafunction twice.
Definition at line 31 of file exercise-3-6.hpp.