BloombergLP::balber::BerDecoder_Node::operator()

Decode the specified object using the bdlat category dispatch mechanism. Return 0 on success, and a non-zero value otherwise.

Synopsis

Declared in <balber_berdecoder.h>

template<typename TYPE>
int
operator()(
    TYPE* object,
    bslmf::Nil category);

Return Value

0 on success, and a non-zero value otherwise

Parameters

NameDescription
objectobject to decode
categoryunused type-category tag (always bslmf::Nil)