|
FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
|
Remove a reference from the given type. More...
#include <fastarduino/types_traits.h>
Public Types | |
| using | type = T |
The type T without reference. More... | |
Remove a reference from the given type.
If T is a reference type (e.g. int& or int&&), then "remove_reference<T>::type" will be the type referred to by T (e.g. int).
Definition at line 111 of file types_traits.h.
| using types_traits::remove_reference< T >::type = T |
The type T without reference.
Definition at line 114 of file types_traits.h.