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

result

The result type of invoking the member pointer with A....

Static Data Members

Name

Description

nothrow_v

True if invoking the member pointer with A... is noexcept.

Derived Classes