FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
|
Cast functor: returns its argument of type ARG
casted to type RES
.
More...
#include <fastarduino/functors.h>
Cast functor: returns its argument of type ARG
casted to type RES
.
ARG | the type of input argument |
RES | the type of result; an implicit or explicit cast operator must exist from ARG to RES . |
Definition at line 128 of file functors.h.