userver
C++ Async Framework
Toggle main menu visibility
Documentation
API Groups
Namespaces
Reference
Class List
Class Index
File List
Macros
All
e
i
l
r
t
u
Functions
Macros
e
i
l
r
t
u
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Concepts
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 Fri Apr 11 2025 14:16:22 for userver by
Doxygen
1.13.2