swift
|
Trait to detect properties of function parameter types. More...
Static Public Attributes | |
static constexpr ParameterPassBy | passBy |
Whether the input parameter type T should be passed by value or by const reference. More... | |
Trait to detect properties of function parameter types.
Definition at line 45 of file typetraits.h.
|
staticconstexpr |
Whether the input parameter type T should be passed by value or by const reference.
Definition at line 48 of file typetraits.h.