Represents information about an unrecognized flag in the command line.

Synopsis

Declared in <absl/flags/parse.h>

struct UnrecognizedFlag;

Enums

Name

Description

Source

Indicates where an unrecognized flag was found.

Member Functions

Name

Description

UnrecognizedFlag [constructor]

Constructs an UnrecognizedFlag for a flag found at the given source.

Data Members

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.

Non-Member Functions

Name

Description

operator==

Compares two UnrecognizedFlag instances for equality.

Created with MrDocs