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

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

#include <ChamberViewer.h>

Concept definition

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

Detailed Description

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

Definition at line 37 of file ChamberViewer.h.