$search
#include "asio/detail/push_options.hpp"
#include "asio/basic_socket.hpp"
#include "asio/error.hpp"
#include "asio/local/basic_endpoint.hpp"
#include "asio/detail/socket_ops.hpp"
#include "asio/detail/throw_error.hpp"
#include "asio/detail/pop_options.hpp"
Go to the source code of this file.
Namespaces | |
namespace | asio |
namespace | asio::local |
Functions | |
template<typename Protocol , typename SocketService1 , typename SocketService2 > | |
asio::error_code | asio::local::connect_pair (basic_socket< Protocol, SocketService1 > &socket1, basic_socket< Protocol, SocketService2 > &socket2, asio::error_code &ec) |
Create a pair of connected sockets. | |
template<typename Protocol , typename SocketService1 , typename SocketService2 > | |
void | asio::local::connect_pair (basic_socket< Protocol, SocketService1 > &socket1, basic_socket< Protocol, SocketService2 > &socket2) |
Create a pair of connected sockets. |