XTL  0.1
eXtended Template Library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
xtd::rpc::marshaler< _SkipByVal, > Class Template Reference

generic-form marshaler used by clients and servers More...

+ Collaboration diagram for xtd::rpc::marshaler< _SkipByVal, >:

Detailed Description

template<bool _SkipByVal, typename...>
class xtd::rpc::marshaler< _SkipByVal, >

generic-form marshaler used by clients and servers

Template Parameters
_SkipByValpermits selective marshaling and unmarshaling based on the type. For example, const values can be marshaled on the client side and unmarshaled on the server side but not unmarshaled on the client side
...parameter pack of types to recursively marshal or unmarshal

Definition at line 27 of file rpc.hpp.


The documentation for this class was generated from the following file: