libstdc++
|
#include <functional>
Public Types | |
typedef _Mem_fn< _Tp _Class::* > | type |
Static Public Member Functions | |
static constexpr type | __do_wrap (_Tp _Class::*__pm) |
Maps member pointers into instances of _Mem_fn but leaves all other function objects untouched. Used by std::bind(). This partial specialization handles the member pointer case.
Definition at line 880 of file functional.
typedef _Mem_fn<_Tp _Class::*> std::_Maybe_wrap_member_pointer< _Tp _Class::* >::type |
Definition at line 882 of file functional.
|
inlinestaticconstexpr |
Definition at line 885 of file functional.