Parse the visited element into the specified object, which is a bsl::vector of the (template parameter) type TYPE. Return 0 on success, and a non‐zero value otherwise.

Synopsis

Declared in <balxml_decoder.h>

template<class TYPE>
int
executeImp(
    bsl::vector<TYPE>* object,
    int formattingMode,
    bdlat_TypeCategory::Array);

Created with MrDocs