Add the specified object as an attribute using the bound state.
Synopsis
Declared in <balxml_encoder.h>
template<class TYPE>
int
operator()(TYPE const& object);
Return Value
0 on success, and a non‐zero value otherwise
Parameters
Name |
Description |
object |
attribute value to add |
Created with MrDocs