Decode into a type-erased bdlar::AnyRef from the specified buffer.
Declared in <balxml_decoder.h>
int
decodeAny(
std::streambuf* buffer,
bdlar::AnyRef* object,
char const* uri = 0);
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| buffer | buffer providing XML data |
| object | object being decoded |
| uri | optional URI identifying the input document in error messages |