[#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); ---- == Return Value element type of `type` if `type` is an array type, and `e_VOID` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *type* | option type enumerator |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#