Variable netio3::libfabric::SendSocketConcept

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.