UNISTDX_NET_INTERFACE_SOCKET_ADDRESS
template <class T>
class sys::interface_socket_address
Base classes
Methods
Friends
  • operator>>

    Get interface address in binary form.

  • operator<<
  • operator>>
template <class T>
struct std::hash< sys::interface_socket_address< T > >

Specialisation of std::hash for sys::interface_socket_address.

Base classes
  • public std::hash< T >
  • public std::hash< sys::port_type >
Types
  • using argument_type = sys::interface_socket_address< T >

    Hash function argument type.

  • using result_type = size_t

    Hash function return value type.

Methods
template <class T>
operator<<(std::ostream & out, const interface_socket_address< T > & rhs) -> std::ostream &