[#BloombergLP-balxml-Decoder_ParseSequenceSimpleContent-operator_call-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/Decoder_ParseSequenceSimpleContent.adoc[Decoder_ParseSequenceSimpleContent]::operator() :relfileprefix: ../../../ :mrdocs: Parse the visited attribute or element described by `info` into `object`. == Synopsis Declared in `<balxml_decoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class TYPE, class INFO_TYPE> int operator()( TYPE* object, INFO_TYPE const& info); ---- == Description Parse simple sequence content into the specified `object`. == 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]#