Condy v1.5.0
C++ Asynchronous System Call Layer for Linux
Loading...
Searching...
No Matches
condy::SelectBufferCQEHandler< Br > Class Template Reference

A CQE handler that returns the selected buffers based on the result of the CQE. More...

#include <cqe_handler.hpp>

Detailed Description

template<BufferRingLike Br>
class condy::SelectBufferCQEHandler< Br >

A CQE handler that returns the selected buffers based on the result of the CQE.

Template Parameters
BrThe buffer ring type
Returns
std::pair<int, typename Br::ReturnType> A pair containing the result of the operation (the value of cqe->res) and the selected buffers.

Definition at line 67 of file cqe_handler.hpp.


The documentation for this class was generated from the following file: