ATLAS Offline Software
Loading...
Searching...
No Matches
Muon::hasIdentifyConcept Concept Reference

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

#include <IdentifierByDetElSorter.h>

Concept definition

template<typename T>
concept Muon::hasIdentifyConcept = requires (const T 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 14 of file IdentifierByDetElSorter.h.