* FOLLY_CREATE_MEMBER_INVOKER_SUITE
Synopsis
Declared in <folly/functional/Invoke.h>
#define FOLLY_CREATE_MEMBER_INVOKER_SUITE(membername)
Description
Used to create an invoker type and associated variable bound to a specific member‐invocable name. The invoker variable is named like the member‐ invocable name and the invoker type is named with a suffix of _fn.
See FOLLY_CREATE_MEMBER_INVOKER.
Parameters
Name |
Description |
membername |
the member‐invocable name to bind |
Created with MrDocs