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