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

Cast functor: returns its argument of type ARG casted to type RES. More...

#include <fastarduino/functors.h>

Detailed Description

template<typename ARG, typename RES>
class functor::Cast< ARG, RES >

Cast functor: returns its argument of type ARG casted to type RES.

Template Parameters
ARGthe type of input argument
RESthe type of result; an implicit or explicit cast operator must exist from ARG to RES.

Definition at line 128 of file functors.h.


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