Construct and return a ArrayConstVtable object with a series of function pointers that implement the "array" type category.
Synopsis
Declared in <bdlar_arrayvtableutil.h>
template<class t_ARRAY>
static
ArrayConstVtable const*
getConstVtable();
Return Value
pointer to the const array vtable for t_ARRAY
Created with MrDocs