* FOLLY_CREATE_MEMBER_ACCESSOR_SUITE
Declared in <folly/functional/Invoke.h>
#define FOLLY_CREATE_MEMBER_ACCESSOR_SUITE(membername)
Used to create an accessor type and associated variable bound to a specific data-member name, providing access to that data-member. The accessor variable is named like the member name and the accessor type is named with a suffix of _fn.
| Name | Description |
|---|---|
| membername | the data-member name to access |