Encode the specified object; the behavior is undefined unless invoked.
Declared in <balber_berencoder.h>
template<typename TYPE>
int
operator()(
TYPE const& object,
bslmf::Nil category);
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| object | value to encode |
| category | unused type-category tag (always bslmf::Nil) |