[#BloombergLP-balxml-Decoder_ParseObject_executeImpProxy-operator_call-09] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/Decoder_ParseObject_executeImpProxy.adoc[Decoder_ParseObject_executeImpProxy]::operator() :relfileprefix: ../../../ :mrdocs: Function call operators == Synopses Declared in `<balxml_decoder.h>` Stub dispatch for an invalid category; always asserts and returns ‐1. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> int xref:BloombergLP/balxml/Decoder_ParseObject_executeImpProxy/operator_call-03.adoc[operator()]( TYPE* object, xref:BloombergLP/bslmf/Nil.adoc[bslmf::Nil] category); ---- [.small]#xref:BloombergLP/balxml/Decoder_ParseObject_executeImpProxy/operator_call-03.adoc[_» more..._]# Dispatch parsing for the specified `object` and `category`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class TYPE, class ANY_CATEGORY> int xref:BloombergLP/balxml/Decoder_ParseObject_executeImpProxy/operator_call-08.adoc[operator()]( TYPE* object, ANY_CATEGORY category); ---- [.small]#xref:BloombergLP/balxml/Decoder_ParseObject_executeImpProxy/operator_call-08.adoc[_» more..._]# == Return Value * always ‐1 after asserting * 0 on success, and a non‐zero value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *object* | object being decoded | *category* | bdlat type‐category tag selecting this overload |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#