[#FOLLY_CREATE_QUAL_INVOKER_SUITE] = FOLLY_CREATE_QUAL_INVOKER_SUITE :mrdocs: * FOLLY_CREATE_QUAL_INVOKER_SUITE == Synopsis Declared in `<folly/functional/Invoke.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define FOLLY_CREATE_QUAL_INVOKER_SUITE(name, funcpath) ---- == Description Used to create an invoker type and associated variable bound to a specific free‐invocable qualified name. See FOLLY_CREATE_QUAL_INVOKER. == Parameters [cols="1,4"] |=== | Name| Description | *name* | the base name for the generated invoker type and variable | *funcpath* | the qualified free‐invocable name to bind |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#