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