[#absl-CommandLineFlag-IsOfType] = xref:absl.adoc[absl]::xref:absl/CommandLineFlag.adoc[CommandLineFlag]::IsOfType :relfileprefix: ../../ :mrdocs: Returns true if the flag has type `T`. == Synopsis Declared in `<absl/flags/commandlineflag.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename T> bool IsOfType() const; ---- == Return Value `true` iff flag has type `T`. [.small]#Created with https://www.mrdocs.com[MrDocs]#