absl::GetAllFlags

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>

absl::flat_hash_map<std::string_view, absl::CommandLineFlag*>
GetAllFlags();

Return Value

A mapping from flag name to flag reflection handle.