uvw  1.10.0
Public Attributes | List of all members
uvw::Addr Struct Reference

Address representation. More...

#include <util.hpp>

Public Attributes

std::string ip
 
unsigned int port
 

Detailed Description

Address representation.

Definition at line 299 of file util.hpp.

Member Data Documentation

◆ ip

std::string uvw::Addr::ip

Either an IPv4 or an IPv6.

Definition at line 300 of file util.hpp.

◆ port

unsigned int uvw::Addr::port

A valid service identifier.

Definition at line 301 of file util.hpp.


The documentation for this struct was generated from the following file: