My Project
|
Applies lvalue-to-rvalue, array-to-pointer, and function-to-pointer implicit conversions to the type T, removes cv-qualifiers, and defines the resulting type as the member typedef type. More...
#include <decay.hpp>
Public Types | |
using | type = remove_cv_t< remove_reference_t< T > > |
provides the member typedef "type" | |
Applies lvalue-to-rvalue, array-to-pointer, and function-to-pointer implicit conversions to the type T, removes cv-qualifiers, and defines the resulting type as the member typedef type.
T | the type to decay |