Encode the specified object for the given category.
Declared in <balber_berencoder.h>
template<
typename TYPE,
typename ANY_CATEGORY>
int
operator()(
TYPE const& object,
ANY_CATEGORY category);
Encode the specified object having the specified category.
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| object | value to encode |
| category | bdlat type category for object |