Represents information about an unrecognized flag in the command line.
Declared in <absl/flags/parse.h>
struct UnrecognizedFlag;
| Name | Description |
|---|---|
Source | Indicates where an unrecognized flag was found. |
| Name | Description |
|---|---|
UnrecognizedFlag [constructor] | Constructs an UnrecognizedFlag for a flag found at the given source. |
| Name | Description |
|---|---|
flag_name | Name of the flag we did not recognize in --flag_name=value or --flag_name. |
source | Indicates where we found this flag: on the original command line or read in some flag file. |
| Name | Description |
|---|---|
operator== | Compares two UnrecognizedFlag instances for equality. |