[#absl-UnrecognizedFlag-2constructor] = xref:absl.adoc[absl]::xref:absl/UnrecognizedFlag.adoc[UnrecognizedFlag]::UnrecognizedFlag :relfileprefix: ../../ :mrdocs: Constructs an `UnrecognizedFlag` for a flag found at the given source. == Synopsis Declared in `<absl/flags/parse.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit UnrecognizedFlag( xref:absl/UnrecognizedFlag/Source-04.adoc[Source] s, std::string_view f); ---- == Parameters [cols="1,4"] |=== | Name| Description | *s* | Where the flag was found. | *f* | The name of the unrecognized flag. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#