Represents information about an unrecognized flag in the command line.
Synopsis
Declared in <absl/flags/parse.h>
struct UnrecognizedFlag;
Enums
Name |
Description |
Indicates where an unrecognized flag was found. |
Member Functions
Name |
Description |
|
Constructs an |
Data Members
Name |
Description |
Name of the flag we did not recognize in ‐‐flag_name=value or ‐‐flag_name. |
|
Indicates where we found this flag: on the original command line or read in some flag file. |
Non-Member Functions
Name |
Description |
Compares two |
Created with MrDocs