|
template<typename _xid_T , typename _body_T , typename = typename std::enable_if<std::is_constructible<std::uint32_t, _xid_T>::value && std::is_constructible<_body_t, _body_T>::value >::type> |
| rpc_msg (_xid_T &&_xid, _body_T &&_body) |
|
|
std::uint32_t | xid {} |
|
_body_t | body {} |
|
Definition at line 977 of file rpc_msg.hh.
The documentation for this struct was generated from the following file: