Attempts to retrieve the flag value.
Declared in <absl/flags/commandlineflag.h>
<absl/flags/commandlineflag.h>
template<typename T> std::optional<T> TryGet() const;
The flag value on success, std::nullopt otherwise.
std::nullopt