[#BloombergLP-balcl-OptionValue-hasNonVoidType] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balcl.adoc[balcl]::xref:BloombergLP/balcl/OptionValue.adoc[OptionValue]::hasNonVoidType :relfileprefix: ../../../ :mrdocs: Return `true` if this object is in the unset state, and `false` otherwise. Note that if `false == hasNonVoidType()` then `OptionType::e_VOID == type()`. == Synopsis Declared in `<balcl_optionvalue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool hasNonVoidType() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#