Forms a local variable name from "FOR_EACH_", x, and LINE.
Synopsis
Declared in <folly/container/Foreach.h>
#define _FE_ANON(x)
Description
This lets FOR_EACH be nested without creating shadowed declarations.
Parameters
Name |
Description |
x |
Token pasted between the prefix and the current line number. |
Created with MrDocs