roar
Loading...
Searching...
No Matches
forward.hpp
Go to the documentation of this file.
1#pragma once
2
3namespace boost::asio
4{
5 class any_io_executor;
6 class execution_context;
7
8#if !defined(BOOST_ASIO_BASIC_STREAM_SOCKET_FWD_DECL)
9# define BOOST_ASIO_BASIC_STREAM_SOCKET_FWD_DECL
10 template <typename Protocol, typename Executor = any_io_executor>
12#endif // BOOST_ASIO_BASIC_STREAM_SOCKET_FWD_DECL
13
14 namespace ip
15 {
16 class tcp;
17 template <typename T>
19 }
20 namespace ssl
21 {
22 class context;
23 }
24} // namespace boost::asio::ip
25
26namespace boost::beast
27{
28 template <class Allocator>
30}
Definition forward.hpp:11
Definition forward.hpp:18
Definition forward.hpp:29
Definition forward.hpp:4
Definition forward.hpp:27