Add the specified object as an attribute using the bound state and the specified category.
Declared in <balxml_encoder.h>
template<
class TYPE,
class ANY_CATEGORY>
int
operator()(
TYPE const& object,
ANY_CATEGORY category);
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| object | attribute value to add |
| category | type-category tag used for overload selection |