absl::UnrecognizedFlag::UnrecognizedFlag

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

Synopsis

Declared in <absl/flags/parse.h>

explicit
UnrecognizedFlag(
    Source s,
    std::string_view f);

Parameters

NameDescription
sWhere the flag was found.
fThe name of the unrecognized flag.