Variable netio3::libfabric::SendSocketConcept
Defined in File SendSocket.hpp
Variable Documentation
- template<typename SocketType> concept netio3::libfabric::SendSocketConcept = std::derived_from<SocketType, SendSocket>
A concept that checks if a type is derived from
SendSocket
@concept SendSocketConcept
Checks that a type is either a buffered or zero copy send socket.