Returns the reflection handle of an Abseil flag of the specified name, or nullptr if not found. This function will emit a warning if the name of a 'retired' flag is specified.
Declared in <absl/flags/reflection.h>
absl::CommandLineFlag*
FindCommandLineFlag(std::string_view name);
The reflection handle for the flag, or nullptr if not found.
| Name | Description |
|---|---|
| name | The name of the flag to look up. |