Chops Net IP
Loading...
Searching...
No Matches
endpoints_resolver.hpp File Reference

Class to convert network host names and ports into Asio endpoint objects. More...

#include "asio/ip/basic_resolver.hpp"
#include "asio/io_context.hpp"
#include <string_view>
#include <string>
#include <utility>
#include "nonstd/expected.hpp"
Include dependency graph for endpoints_resolver.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  chops::net::endpoints_resolver< Protocol >
 Convenience class for resolving names to endpoints suitable for use within the Chops Net IP library (or with the Asio API). More...
 

Detailed Description

Class to convert network host names and ports into Asio endpoint objects.

Author
Cliff Green

Copyright (c) 2017-2019 by Cliff Green

Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt)