|
template<typename _prog_T , typename _vers_T , typename _proc_T , typename _args_T , typename = typename std::enable_if<std::is_constructible<std::uint32_t, _prog_T>::value && std::is_constructible<std::uint32_t, _vers_T>::value && std::is_constructible<std::uint32_t, _proc_T>::value && std::is_constructible<xdr::opaque_vec<>, _args_T>::value >::type> |
| call_args (_prog_T &&_prog, _vers_T &&_vers, _proc_T &&_proc, _args_T &&_args) |
|
|
std::uint32_t | prog {} |
|
std::uint32_t | vers {} |
|
std::uint32_t | proc {} |
|
xdr::opaque_vec | args {} |
|
Definition at line 1335 of file rpcb_prot.hh.
The documentation for this struct was generated from the following file: