Decode the specified object having the specified category. Return 0 on success, and a non‐zero value otherwise.
Synopsis
Declared in <balber_berdecoder.h>
template<
typename TYPE,
typename ANY_CATEGORY>
int
operator()(
TYPE* object,
ANY_CATEGORY category);
Return Value
0 on success, and a non‐zero value otherwise
Parameters
Name |
Description |
object |
object to decode |
category |
bdlat type category for |
Created with MrDocs