userver
C++ Async Framework
Loading...
Searching...
No Matches
fd_control_holder.hpp
Go to the documentation of this file.
1
#
pragma
once
2
3
/// @file userver/engine/io/fd_control_holder.hpp
4
/// @brief File descriptor control holder type aliases
5
6
#
include
<
memory
>
7
8
USERVER_NAMESPACE_BEGIN
9
10
namespace
engine::
io
::impl {
11
12
class
FdControl;
13
14
struct
FdControlDeleter {
15
void
operator()(FdControl* ptr)
const
noexcept
;
16
};
17
18
using
FdControlHolder = std::unique_ptr<FdControl, FdControlDeleter>;
19
20
}
// namespace engine::io::impl
21
22
USERVER_NAMESPACE_END
userver
engine
io
fd_control_holder.hpp
Generated on Thu May 21 2026 16:18:49 for userver by
Doxygen
1.13.2