FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
|
Composition functor: applies 2 functors one after each other. More...
#include <fastarduino/functors.h>
Composition functor: applies 2 functors one after each other.
F1 | last functor to apply (F1 o F2) |
F2 | first functor to apply (F1 o F2) |
Definition at line 146 of file functors.h.