[#FOLLY_INVOKE_QUAL] = FOLLY_INVOKE_QUAL :mrdocs: * FOLLY_INVOKE_QUAL == Synopsis Declared in `<folly/functional/Invoke.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define FOLLY_INVOKE_QUAL(funcpath) ---- == Description An invoker expression resulting in an invocable which, when invoked, invokes the free‐invocable qualified name with the given arguments. == Parameters [cols="1,4"] |=== | Name| Description | *funcpath* | the qualified free‐invocable name to invoke |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#