Variable netio3::libfabric::BufferConcept

Variable Documentation

template<typename BufferType> concept netio3::libfabric::BufferConcept  =std::is_same_v<BufferType,Buffer> || std::is_same_v<BufferType, HeaderBuffer>