Callable that invokes a function with the elements of a tuple as arguments.

Synopsis

Declared in <folly/functional/ApplyTuple.h>

struct ApplyInvoke;

Member Functions

Name

Description

operator()

Invokes f with the elements of tuple t unpacked as arguments.

Created with MrDocs