std__Function_to_function_pointer.3cxx

Langue: en

Version: 344097 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

std::_Function_to_function_pointer -

Turns a function type into a function pointer type.

SYNOPSIS


Public Types


typedef _Tp type

Detailed Description

template<typename _Tp, bool _IsFunctionType = is_function<_Tp>::value> struct std::_Function_to_function_pointer< _Tp, _IsFunctionType >

Turns a function type into a function pointer type.

Definition at line 217 of file functional.

Author

Generated automatically by Doxygen for libstdc++ from the source code.