Partial specialization for volatile‐qualified function pointer types.

Synopsis

Declared in <bslmf_functionpointertraits.h>

template<class t_PROTOTYPE>
struct FunctionPointerTraits<t_PROTOTYPE volatile*>
    : FunctionPointerTraits<t_PROTOTYPE*>

Base Classes

Name

Description

FunctionPointerTraits<t_PROTOTYPE*>

Meta‐function for detecting traits of free function pointer types.

Enums

Name

Description

Unnamed enum

Compile‐time flag indicating whether t_PROTOTYPE is a function pointer.

Created with MrDocs