Helper macro that extracts the first argument out of a list of any number of arguments.

Synopsis

Declared in <folly/Preprocessor.h>

#define FB_ARG_1(a, …​)

Parameters

Name

Description

a

The first argument, which is returned.

Created with MrDocs