FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
|
Utility class that checks, at compile-time, that type T
is a subtype of type B
.
More...
#include <fastarduino/types_traits.h>
Utility class that checks, at compile-time, that type T
is a subtype of type B
.
This is inspired from https://stackoverflow.com/a/3178315. Trying to instantiate this type when T is not a subtype of B will fail compilation.
Definition at line 92 of file types_traits.h.