Determine how to pass parameters.
More...
#include <parameter_type.h>
template<typename T, const bool should_pass_by_value = is_fundamental<T>::value || is_pointer<T>::value>
struct etl::parameter_type< T, should_pass_by_value >
Determine how to pass parameters.
The documentation for this struct was generated from the following file: