C++ Template Metaprogramming
Solutions to the exercises throughout the book
Loading...
Searching...
No Matches
exercise_3_6::twice_lambda::apply< F, X > Struct Template Reference

When applied, performs the given function twice. More...

#include <exercise-3-6.hpp>

Inheritance diagram for exercise_3_6::twice_lambda::apply< F, X >:

Detailed Description

template<typename F, typename X>
struct exercise_3_6::twice_lambda::apply< F, X >

When applied, performs the given function twice.

Template Parameters
FA unary metafunction to invoke.
XThe initial input passed to F.

Definition at line 40 of file exercise-3-6.hpp.


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