![]() |
Applies the type conversions for by-value function arguments.This type trait applies the type conversions that are used for by-value function arguments. This conversions include lvalue-to-rvalue, array-to-pointer, and function-to-pointer implicit conversions to the type T
, and the removal of top level cv-qualifiers.
More...
#include <Decay.h>
Applies the type conversions for by-value function arguments.
This type trait applies the type conversions that are used for by-value function arguments. This conversions include lvalue-to-rvalue, array-to-pointer, and function-to-pointer implicit conversions to the type T
, and the removal of top level cv-qualifiers.