[#FOLLY_CREATE_MEMBER_ACCESSOR] = FOLLY_CREATE_MEMBER_ACCESSOR :mrdocs: * FOLLY_CREATE_MEMBER_ACCESSOR == Synopsis Declared in `<folly/functional/Invoke.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define FOLLY_CREATE_MEMBER_ACCESSOR(classname, membername) ---- == Description Used to create an accessor type bound to a specific data‐member name, providing access to that data‐member. == Parameters [cols="1,4"] |=== | Name| Description | *classname* | the name of the generated accessor type | *membername* | the data‐member name to access |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#