FOLLY_INVOKE_QUAL

* FOLLY_INVOKE_QUAL

Synopsis

Declared in <folly/functional/Invoke.h>

#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

NameDescription
funcpaththe qualified free-invocable name to invoke