libfly  6.2.2
C++20 utility library for Linux, macOS, and Windows
fly::net::Endpoint< IPAddressType > Member List

This is the complete list of members for fly::net::Endpoint< IPAddressType >, including all inherited members.

address() constfly::net::Endpoint< IPAddressType >
address_type typedef (defined in fly::net::Endpoint< IPAddressType >)fly::net::Endpoint< IPAddressType >
Endpoint()=defaultfly::net::Endpoint< IPAddressType >
Endpoint(const IPAddressType &address, port_type port) noexceptfly::net::Endpoint< IPAddressType >
Endpoint(IPAddressType &&address, port_type port) noexceptfly::net::Endpoint< IPAddressType >
Endpoint(const Endpoint &)=default (defined in fly::net::Endpoint< IPAddressType >)fly::net::Endpoint< IPAddressType >
Endpoint(Endpoint &&)=default (defined in fly::net::Endpoint< IPAddressType >)fly::net::Endpoint< IPAddressType >
from_string(std::string_view endpoint)fly::net::Endpoint< IPAddressType >static
is_ipv4()fly::net::Endpoint< IPAddressType >static
is_ipv6()fly::net::Endpoint< IPAddressType >static
operator<=>(const Endpoint &) const =defaultfly::net::Endpoint< IPAddressType >
operator=(const Endpoint &)=default (defined in fly::net::Endpoint< IPAddressType >)fly::net::Endpoint< IPAddressType >
operator=(Endpoint &&)=default (defined in fly::net::Endpoint< IPAddressType >)fly::net::Endpoint< IPAddressType >
port() constfly::net::Endpoint< IPAddressType >