Synopsis

Declared in <folly/functional/Invoke.h>

template<
    typename M,
    typename C>
struct traits<MC::*>
    : traits_member_ptr<MC::*>

Base Classes

Name

Description

traits_member_ptr<MC::*>

Invocation traits for a pointer‐to‐member P, via std::mem_fn.

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.

Created with MrDocs