Constructors
Declared in <absl/flags/commandlineflag.h>
<absl/flags/commandlineflag.h>
Constructs an empty command line flag handle.
constexpr CommandLineFlag() = default;
Not copyable.
CommandLineFlag(CommandLineFlag const& other) = delete;