BloombergLP::balber::BerEncoder::encodeAny

Encode the specified any to the specified streamBuf.

Synopsis

Declared in <balber_berencoder.h>

int
encodeAny(
    std::streambuf* streamBuf,
    bdlar::AnyConstRef const& any);

Return Value

0 on success, and a non-zero value otherwise

Parameters

NameDescription
streamBufoutput stream buffer
anytype-erased value to encode