BDE 4.14.0 Production release
|
#include <bslmf_decay.h>
Public Types | |
typedef decay_imp< U, k_ISARRAY, k_ISFUNC >::type | type |
Metafunction to return the variant of the specified parameter t_TYPE
used for pass-by-reference, e.g., by applying array-to-pointer and function-to-pointer conversion.
See bslmf_decay
typedef decay_imp<U,k_ISARRAY,k_ISFUNC>::type bsl::decay< t_TYPE >::type |