Function call operators
Synopses
Declared in <balxml_decoder.h>
Stub dispatch for an invalid category; always asserts and returns ‐1.
template<class TYPE>
int
operator()(
TYPE*,
bslmf::Nil);
Dispatch parsing to the held instance for the specified category.
template<
class TYPE,
class ANY_CATEGORY>
int
operator()(
TYPE* object,
ANY_CATEGORY category);
Created with MrDocs