|
Embedded Template Library
1.0
|
#include "type_traits.h"Go to the source code of this file.
Classes | |
| struct | etl::parameter_type< T, should_pass_by_value > |
| Determine how to pass parameters. More... | |
| struct | etl::parameter_type< T, true > |
| Pass by value. More... | |
| struct | etl::parameter_type< T, false > |
| Pass by const reference. More... | |