|
template<typename _r_prog_T , typename _r_vers_T , typename _r_netid_T , typename _r_addr_T , typename _r_owner_T , typename = typename std::enable_if<std::is_constructible<std::uint32_t, _r_prog_T>::value && std::is_constructible<std::uint32_t, _r_vers_T>::value && std::is_constructible<xdr::xstring<>, _r_netid_T>::value && std::is_constructible<xdr::xstring<>, _r_addr_T>::value && std::is_constructible<xdr::xstring<>, _r_owner_T>::value >::type> |
| rpcb (_r_prog_T &&_r_prog, _r_vers_T &&_r_vers, _r_netid_T &&_r_netid, _r_addr_T &&_r_addr, _r_owner_T &&_r_owner) |
|
Definition at line 14 of file rpcb_prot.hh.
The documentation for this struct was generated from the following file: