phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
UnknownAddressReference.this
std
socket
UnknownAddressReference
Constructs an
Address
with a reference to the specified
sockaddr
.
this
(sockaddr* sa, socklen_t len)
class
UnknownAddressReference
pure nothrow @
nogc
this
(
sockaddr
*
sa
,
socklen_t
len
)
this
(const(sockaddr)* sa, socklen_t len)
Meta
Source
See Implementation
std
socket
UnknownAddressReference
constructors
this
Constructs an Address with a reference to the specified sockaddr.