|
template<typename _prog_T , typename _vers_T , typename _success_T , typename _failure_T , typename _netid_T , typename _next_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::int32_t, _success_T>::value && std::is_constructible<std::int32_t, _failure_T>::value && std::is_constructible<xdr::xstring<>, _netid_T>::value && std::is_constructible<xdr::pointer<rpcbs_addrlist>, _next_T>::value >::type> |
| rpcbs_addrlist (_prog_T &&_prog, _vers_T &&_vers, _success_T &&_success, _failure_T &&_failure, _netid_T &&_netid, _next_T &&_next) |
|
Definition at line 335 of file rpcb_prot.hh.
The documentation for this struct was generated from the following file: