* FOLLY_CREATE_QUAL_INVOKER_SUITE
Synopsis
Declared in <folly/functional/Invoke.h>
#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
Name |
Description |
name |
the base name for the generated invoker type and variable |
funcpath |
the qualified free‐invocable name to bind |
Created with MrDocs