[#BloombergLP-baljsn-EncodeImplUtil_ElementDispatcher-operator_call-040] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::xref:BloombergLP/baljsn/EncodeImplUtil_ElementDispatcher.adoc[EncodeImplUtil_ElementDispatcher]::operator() :relfileprefix: ../../../ :mrdocs: Same as the primary `operator()` overload for the specified `category`. == Synopsis Declared in `<baljsn_encodeimplutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> int operator()( TYPE const& element, xref:BloombergLP/bdlat_TypeCategory/DynamicType.adoc[bdlat_TypeCategory::DynamicType] category); ---- == Return Value 0 on success, and a non‐zero value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *element* | array element to encode | *category* | `bdlat` DynamicType type‐category tag |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#