[#FOLLY_CREATE_MEMBER_ACCESSOR_SUITE] = FOLLY_CREATE_MEMBER_ACCESSOR_SUITE :mrdocs: * FOLLY_CREATE_MEMBER_ACCESSOR_SUITE == Synopsis Declared in `<folly/functional/Invoke.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define FOLLY_CREATE_MEMBER_ACCESSOR_SUITE(membername) ---- == Description 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. == Parameters [cols="1,4"] |=== | Name| Description | *membername* | the data‐member name to access |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#