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

Name

Description

type

Alias to a pointer to the function type t_TYPE.

Created with MrDocs