FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
Loading...
Searching...
No Matches
functor::Compose< F1, F2 > Class Template Reference

Composition functor: applies 2 functors one after each other. More...

#include <fastarduino/functors.h>

Detailed Description

template<typename F1, typename F2>
class functor::Compose< F1, F2 >

Composition functor: applies 2 functors one after each other.

Template Parameters
F1last functor to apply (F1 o F2)
F2first functor to apply (F1 o F2)

Definition at line 146 of file functors.h.


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