BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bsl::decay< t_TYPE > Class Template Reference

#include <bslmf_decay.h>

Public Types

typedef decay_imp< U, k_ISARRAY, k_ISFUNC >::type type
 

Detailed Description

template<class t_TYPE>
class bsl::decay< t_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

Member Typedef Documentation

◆ type

template<class t_TYPE >
typedef decay_imp<U,k_ISARRAY,k_ISFUNC>::type bsl::decay< t_TYPE >::type

The documentation for this class was generated from the following file: