Returns true if the flag has type T.
Synopsis
Declared in <absl/flags/commandlineflag.h>
template<typename T>
bool
IsOfType() const;
Return Value
true iff flag has type T.
Created with MrDocs
Returns true if the flag has type T.
Declared in <absl/flags/commandlineflag.h>
template<typename T>
bool
IsOfType() const;
true iff flag has type T.
Created with MrDocs