XTL  0.1
eXtended Template Library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
xtd::rpc::payload Class Reference

contains the packed call data on the wire that is transported between clients and servers More...

+ Inheritance diagram for xtd::rpc::payload:
+ Collaboration diagram for xtd::rpc::payload:

Public Types

using _super_t = std::vector< uint8_t >
 
using invoke_handler_type = std::function< bool(payload &)>
 

Public Member Functions

template<typename... _ArgTs>
 payload (_ArgTs &&...oArgs)
 
template<typename _Ty >
_Ty peek () const
 

Detailed Description

contains the packed call data on the wire that is transported between clients and servers

Definition at line 62 of file rpc.hpp.


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