FB_ARG_1

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

NameDescription
aThe first argument, which is returned.