Embedded Template Library 1.0
|
Determine how to pass parameters. More...
#include <parameter_type.h>
Public Types | |
typedef etl::conditional< etl::is_fundamental< T >::value||etl::is_pointer< T >::value, T, constT & >::type | type |
By default fundamental and pointer types are passed by value. | |