Constructors

Synopses

Declared in <absl/flags/commandlineflag.h>

Constructs an empty command line flag handle.

constexpr
CommandLineFlag() = default;

Not copyable.

CommandLineFlag(CommandLineFlag const& other) = delete;

Created with MrDocs