Skip to main content

inet::IpAddress6

Functions

IpAddress6(const struct in6_addr &address)#

inline

inet::IpAddress6::IpAddress6 (const struct in6_addr &address)

IpAddress6(const var::Array< u16, 8 > address)#

inline

inet::IpAddress6::IpAddress6 (const var::Array< u16, 8 > address)

IpAddress6(var::StringView value)#

inline

inet::IpAddress6::IpAddress6 (var::StringView value)

address() const#

inline

const struct in6_addr & inet::IpAddress6::address () const

Type: const struct in6_addr &

to_string() const#

inline

var::NumberString inet::IpAddress6::to_string () const

Type: var::NumberString

Static Functions

from_string(const var::StringView value)#

inline

static IpAddress6 inet::IpAddress6::from_string (const var::StringView value)

Type: IpAddress6

Parameters: