ATLAS Offline Software
Loading...
Searching...
No Matches
xAOD::ChamberViewConcepts::identifierHashConcept Concept Reference

Define the concept that the object needs to have an IdentifierHash method. More...

#include <ChamberViewer.h>

Concept definition

template<typename ObjType>
concept xAOD::ChamberViewConcepts::identifierHashConcept = requires(const ObjType theObj) {
theObj.identifierHash();
}
Define the concept that the object needs to have an IdentifierHash method.

Detailed Description

Define the concept that the object needs to have an IdentifierHash method.

Definition at line 41 of file ChamberViewer.h.