FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
|
Constant functor: always returns a constant value. More...
#include <fastarduino/functors.h>
Constant functor: always returns a constant value.
T | any type which values are suitable as template arguments (e.g. integers, char, enum) |
VAL | the constant value always returned by this functor |
Definition at line 109 of file functors.h.