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