Quick Links:

bal | bbl | bdl | bsl

Public Types

bsl::decay< t_TYPE > Class Template Reference
[Component bslmf_decay]

#include <bslmf_decay.h>

List of all members.

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 Component bslmf_decay


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