Invocation traits for a pointer‐to‐member P, via std::mem_fn.
Synopsis
Declared in <folly/functional/Invoke.h>
template<typename P>
struct traits_member_ptr;
Type Aliases
Name |
Description |
The result type of invoking the member pointer with |
Static Data Members
Name |
Description |
True if invoking the member pointer with |
Derived Classes
Name |
Description |
Created with MrDocs