* FOLLY_CREATE_QUAL_INVOKER_SUITE
Declared in <folly/functional/Invoke.h>
#define FOLLY_CREATE_QUAL_INVOKER_SUITE(name, funcpath)
Used to create an invoker type and associated variable bound to a specific free-invocable qualified name.
See FOLLY_CREATE_QUAL_INVOKER.
| Name | Description |
|---|---|
| name | the base name for the generated invoker type and variable |
| funcpath | the qualified free-invocable name to bind |