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