[#absl-Flag] = xref:absl.adoc[absl]::Flag :relfileprefix: ../ :mrdocs: Forward declaration of the `absl::Flag` type for use in defining the macro. == Synopsis Declared in `<absl/flags/declare.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename T> using Flag = /* implementation-defined */; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#