Function call operators
Declared in <balxml_encoder.h>
Return -1; this overload is not valid and should not be called.
template<class TYPE>
int
operator()(
TYPE const&,
bslmf::Nil);
» more...
Encode the specified object using the bound encoder state and the specified category.
template<
class TYPE,
class ANY_CATEGORY>
int
operator()(
TYPE const& object,
ANY_CATEGORY category);
» more...