NAME
A member function of omni::ipc::unix_socket
OVERLOADS
omni::ipc::unix_socket::connect
A member function of omni::ipc::unix_socket
#include <omni/net/socket.hpp>omni::net::socket_error omni::ipc::unix_socket::connect()OVERLOADS
omni::net::socket_error omni::ipc::unix_socket::connect(const std::string& ep)
omni::net::socket_error omni::ipc::unix_socket::connect(const std::wstring& ep)
omni::net::socket_error omni::ipc::unix_socket::connect(const char* ep)
template < std::size_t SZ > omni::net::socket_error omni::ipc::unix_socket::connect(constchar(& ep)