* FOLLY_INVOKE_QUAL
Declared in <folly/functional/Invoke.h>
#define FOLLY_INVOKE_QUAL(funcpath)
An invoker expression resulting in an invocable which, when invoked, invokes the free-invocable qualified name with the given arguments.
| Name | Description |
|---|---|
| funcpath | the qualified free-invocable name to invoke |