FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
|
Iterable class that can embed arrays or initializer lists through implicit conversion. More...
#include <fastarduino/iterator.h>
Iterable class that can embed arrays or initializer lists through implicit conversion.
The following samples show an example of function using a range
parameter, and an example of how to call this function.
T | type of items in this range |
Definition at line 50 of file iterator.h.