/workspaces/astro/sol3-sdk/cpp/sol3/net/tcp_endpoint.h Source File

Space-ng SDK: /workspaces/astro/sol3-sdk/cpp/sol3/net/tcp_endpoint.h Source File
Space-ng SDK
tcp_endpoint.h
Go to the documentation of this file.
1 // Copyright (c) Space-ng, inc. All rights reserved.
2 
3 #pragma once
4 
5 #include <boost/asio/ip/tcp.hpp>
6 
7 namespace sol3::net {
8 
9 std::string stringFromEndpoint(boost::asio::ip::tcp::endpoint const& endpoint);
10 
11 } // namespace sol3::net
Definition: buffer_pool.h:12
std::string stringFromEndpoint(boost::asio::ip::tcp::endpoint const &endpoint)