Function call operators

Synopses

Declared in <balxml_decoder.h>

Parse simple sequence content into the specified bsl::string.

template<class INFO_TYPE>
int
operator()(
    bsl::string* object,
    INFO_TYPE const& info);

Parse simple sequence content into the specified object.

template<
    class TYPE,
    class INFO_TYPE>
int
operator()(
    TYPE* object,
    INFO_TYPE const& info);

Created with MrDocs