absl::CommandLineFlag::IsOfType

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.