userver
C++ Async Framework
Loading...
Searching...
No Matches
common.hpp
Go to the documentation of this file.
1
#
pragma
once
2
3
/// @file userver/clients/dns/common.hpp
4
/// @brief Common DNS client declarations
5
6
#
include
<
boost
/
container
/
small_vector
.
hpp
>
7
8
#
include
<
userver
/
engine
/
io
/
sockaddr
.
hpp
>
9
10
USERVER_NAMESPACE_BEGIN
11
12
/// DNS client
13
namespace
clients::dns {
14
15
using
AddrVector = boost::container::small_vector<engine::io::Sockaddr, 4>;
16
17
}
// namespace clients::dns
18
19
USERVER_NAMESPACE_END
userver
clients
dns
common.hpp
Generated on Tue Nov 19 2024 11:25:22 for userver by
Doxygen
1.10.0