[#absl-GetAllFlags] = xref:absl.adoc[absl]::GetAllFlags :relfileprefix: ../ :mrdocs: Returns current state of the Flags registry in a form of mapping from flag name to a flag reflection handle. == Synopsis Declared in `<absl/flags/reflection.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/flat_hash_map.adoc[absl::flat_hash_map<std::string_view, absl::CommandLineFlag*>] GetAllFlags(); ---- == Return Value A mapping from flag name to flag reflection handle. [.small]#Created with https://www.mrdocs.com[MrDocs]#