[#BloombergLP-balcl-OptionType-fromArrayType] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balcl.adoc[balcl]::xref:BloombergLP/balcl/OptionType.adoc[OptionType]::fromArrayType :relfileprefix: ../../../ :mrdocs: If `isArrayType(type)` for the specified `type`, then return the type of the elements of that array `type`; otherwise return `e_VOID`. == Synopsis Declared in `<balcl_optiontype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/balcl/OptionType/Enum.adoc[OptionType::Enum] fromArrayType(xref:BloombergLP/balcl/OptionType/Enum.adoc[Enum] type); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#