* 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

Name

Description

funcpath

the qualified free‐invocable name to invoke

Created with MrDocs