Decode the specified object using the bdlat category dispatch mechanism. Return 0 on success, and a non-zero value otherwise.
Declared in <balber_berdecoder.h>
template<typename TYPE>
int
operator()(
TYPE* object,
bslmf::Nil category);
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| object | object to decode |
| category | unused type-category tag (always bslmf::Nil) |