bsl::decay_imp<t_TYPE, true, false>

Component-private specialization of decay_imp for array types.

Synopsis

Declared in <bslmf_decay.h>

template<class t_TYPE>
struct decay_imp<t_TYPE, true, false>;

Type Aliases

NameDescription
type Alias to a pointer to the element type of the array t_TYPE.