bsl::decay_imp<t_TYPE, false, true>

Component-private specialization of decay_imp for function types.

Synopsis

Declared in <bslmf_decay.h>

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

Type Aliases

NameDescription
type Alias to a pointer to the function type t_TYPE.