|
template<typename _prog_T , typename _vers_T , typename _prot_T , typename _port_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, _prot_T>::value && std::is_constructible<std::uint32_t, _port_T>::value >::type> |
| mapping (_prog_T &&_prog, _vers_T &&_vers, _prot_T &&_prot, _port_T &&_port) |
|
|
std::uint32_t | prog {} |
|
std::uint32_t | vers {} |
|
std::uint32_t | prot {} |
|
std::uint32_t | port {} |
|
Definition at line 1237 of file rpcb_prot.hh.
The documentation for this struct was generated from the following file: