[#FOLLY_CREATE_QUAL_INVOKER] = FOLLY_CREATE_QUAL_INVOKER :mrdocs: * FOLLY_CREATE_QUAL_INVOKER == Synopsis Declared in `<folly/functional/Invoke.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define FOLLY_CREATE_QUAL_INVOKER(classname, funcpath) ---- == Description Used to create an invoker type bound to a specific free‐invocable qualified name. It is permitted that the qualification be empty and that the name be unqualified in practice. This differs from FOLLY_CREATE_FREE_INVOKER in that it is required that the name be in scope and that it is not possible to provide a list of namespaces in which to look up the name.. == Parameters [cols="1,4"] |=== | Name| Description | *classname* | the name of the generated invoker type | *funcpath* | the qualified free‐invocable name to bind |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#