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

Name

Description

s

Where the flag was found.

f

The name of the unrecognized flag.

Created with MrDocs