Variable netio3::libfabric::SendEndpointConcept
Defined in File CqReactor.hpp
Variable Documentation
- template<typename EndpointType> concept netio3::libfabric::SendEndpointConcept = std::is_same_v<EndpointType, SendEndpointBuffered> ||std::is_same_v<EndpointType,SendEndpointZeroCopy>
A concept that checks if a type is a send endpoint.
@concept SendEndpointConcept
Checks that a type is either a buffered or zero copy send endpoint.