[#absl-UnrecognizedFlag] = xref:absl.adoc[absl]::UnrecognizedFlag :relfileprefix: ../ :mrdocs: Represents information about an unrecognized flag in the command line. == Synopsis Declared in `<absl/flags/parse.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct UnrecognizedFlag; ---- == Enums [cols="1,4"] |=== | Name| Description | xref:absl/UnrecognizedFlag/Source-04.adoc[`Source`] | Indicates where an unrecognized flag was found. |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:absl/UnrecognizedFlag/2constructor.adoc[`UnrecognizedFlag`] [.small]#[constructor]# | Constructs an `UnrecognizedFlag` for a flag found at the given source. |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:absl/UnrecognizedFlag/flag_name.adoc[`flag_name`] | Name of the flag we did not recognize in ‐‐flag_name=value or ‐‐flag_name. | xref:absl/UnrecognizedFlag/source-0e.adoc[`source`] | Indicates where we found this flag: on the original command line or read in some flag file. |=== == Non-Member Functions [cols="1,4"] |=== | Name| Description | xref:absl/operator_eq-0e4.adoc[`operator==`] | Compares two `UnrecognizedFlag` instances for equality. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#