[#FOLLY_CREATE_STATIC_MEMBER_INVOKER_SUITE] = FOLLY_CREATE_STATIC_MEMBER_INVOKER_SUITE :mrdocs: * FOLLY_CREATE_STATIC_MEMBER_INVOKER_SUITE == Synopsis Declared in `<folly/functional/Invoke.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define FOLLY_CREATE_STATIC_MEMBER_INVOKER_SUITE(membername) ---- == Description Used to create an invoker type template and associated variable template bound to a specific static‐member‐invocable name. The invoker variable template is named like the static‐member‐invocable name and the invoker type template is named with a suffix of _fn. See FOLLY_CREATE_STATIC_MEMBER_INVOKER. == Parameters [cols="1,4"] |=== | Name| Description | *membername* | the static‐member‐invocable name to bind |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#