Variable netio3::libfabric::HasFidConcept

Variable Documentation

template<typename T> concept netio3::libfabric::HasFidConcept  = requires(T obj) {{obj.fid};}

Concept to check if an object has a member variable fid

@concept HasFidConcept

Template Parameters:

T – The type of the object to check.