Function object that calls a const member function of a class.
Declared in <folly/gen/Base.h>
template<
class Class,
class Result>
class ConstMemberFunction;
| Name | Description |
|---|---|
MemberPtr | Pointer-to-member type for the called const member function. |
| Name | Description |
|---|---|
ConstMemberFunction [constructor] | Constructs the accessor from a const member function pointer. |
operator() | Function call operators |