Encode the specified any to the specified stream.

Synopsis

Declared in <balber_berencoder.h>

int
encodeAny(
    std::ostream& stream,
    bdlar::AnyConstRef const& any);

Created with MrDocs