![]() |
Home | Libraries | People | FAQ | More |
Constructs an address containing a UNIX socket path.
any_address( unix_path value);
Results in an address with this->type() == address_type::unix_path
, this->unix_socket_path() == value.path()
.
*this
and value
will have independent
lifetimes (regular value semantics).
No-throw guarantee.