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

Identity functor: always returns its argument, unchanged. More...

#include <fastarduino/functors.h>

Detailed Description

template<typename T>
class functor::Identity< T >

Identity functor: always returns its argument, unchanged.

Useful as a default argument to templates requiring a functor.

Template Parameters
Tany type

Definition at line 90 of file functors.h.


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