[#BloombergLP-balxml-Decoder_ParseSequenceSimpleContent-operator_call-09] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/Decoder_ParseSequenceSimpleContent.adoc[Decoder_ParseSequenceSimpleContent]::operator() :relfileprefix: ../../../ :mrdocs: Parse simple sequence content into the specified `object`. == Synopsis Declared in `<balxml_decoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class INFO_TYPE> int operator()( xref:bsl/string.adoc[bsl::string]* object, INFO_TYPE const& info); ---- == Return Value 0 on success, and a non‐zero value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *object* | object being decoded | *info* | attribute or element metadata |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#