ATLAS Offline Software
Loading...
Searching...
No Matches
CaloUtils::HasProperties Concept Reference

Concept to test if a class has Gaudi properties. More...

#include <ToolWithConstants.h>

Concept definition

template<class T>
requires (T& c, Gaudi::Property<int>& p)
{
{ c.declareProperty(p) };
}
Concept to test if a class has Gaudi properties.

Detailed Description

Concept to test if a class has Gaudi properties.

Definition at line 362 of file ToolWithConstants.h.