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>
static
OptionType::Enum
fromArrayType(Enum type);
Return Value
element type of type if type is an array type, and e_VOID otherwise
Parameters
Name |
Description |
type |
option type enumerator |
Created with MrDocs