Return true if the specified type corresponds to an array type, and false otherwise.
Synopsis
Declared in <balcl_optiontype.h>
static
bool
isArrayType(Enum type);
Return Value
true if type is an array type, and false otherwise
Parameters
Name |
Description |
type |
option type enumerator |
Created with MrDocs