![]() |
XTL
0.1
eXtended Template Library
|
marshaler_base specialization of any type throws a static assertion if used with a non-pod type indicating that a specialization for the type is missing More...
Static Public Member Functions | |
static void | marshal (payload &oPayload, const _Ty &val) |
static _Ty | unmarshal (payload &oPayload) |
marshaler_base specialization of any type throws a static assertion if used with a non-pod type indicating that a specialization for the type is missing
_Ty | the type of value to marshal and unmarshal from the payload |