BloombergLP::balber::BerEncoder_encodeProxy::operator()

Encode the specified object; the behavior is undefined unless invoked.

Synopsis

Declared in <balber_berencoder.h>

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

Return Value

0 on success, and a non-zero value otherwise

Parameters

NameDescription
objectvalue to encode
categoryunused type-category tag (always bslmf::Nil)