BloombergLP::balber::BerEncoder_Visitor::operator()

Encode the specified value using the specified attribute info. Return 0 on success, and a non-zero value otherwise.

Synopsis

Declared in <balber_berencoder.h>

template<
    typename TYPE,
    typename INFO>
int
operator()(
    TYPE const& value,
    INFO const& info);

Return Value

0 on success, and a non-zero value otherwise

Parameters

NameDescription
valuevalue to encode
infoattribute information (id, name, formatting mode)