Encode the specified any to the specified stream.
Declared in <balber_berencoder.h>
int
encodeAny(
std::ostream& stream,
bdlar::AnyConstRef const& any);
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| stream | output stream |
| any | type-erased value to encode |