userver
C++ Async Framework
Loading...
Searching...
No Matches
fd_control_holder.hpp
1
#
pragma
once
2
3
#
include
<
memory
>
4
5
USERVER_NAMESPACE_BEGIN
6
7
namespace
engine::
io
::impl {
8
9
class
FdControl;
10
11
struct
FdControlDeleter {
12
void
operator()(FdControl* ptr)
const
noexcept
;
13
};
14
15
using
FdControlHolder = std::unique_ptr<FdControl, FdControlDeleter>;
16
17
}
// namespace engine::io::impl
18
19
USERVER_NAMESPACE_END
userver
engine
io
fd_control_holder.hpp
Generated on Wed May 15 2024 22:19:12 for userver by
Doxygen
1.10.0