Condy v1.6.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<int32_t, BufferType> A pair containing the result of the operation (the value of cqe->res) and the selected buffer, whose type is determined by the buffer ring.

Definition at line 58 of file cqe_handler.hpp.


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