ATLAS Offline Software
Loading...
Searching...
No Matches
SG::IsConstAuxElement Concept Reference

Test if T is compatible with ConstAuxElement. More...

#include <AuxElementConcepts.h>

Concept definition

template<class T>
requires (const T& elt)
{
{ elt } -> std::convertible_to<const IAuxElement&>;
{ elt.container() } -> std::convertible_to<const AuxVectorData*>;
}
Test if T is compatible with ConstAuxElement.

Detailed Description

Test if T is compatible with ConstAuxElement.

Definition at line 34 of file AuxElementConcepts.h.