ATLAS Offline Software
Loading...
Searching...
No Matches
CxxUtils::FromArrayrep Concept Reference

Concept testing whether a type may be used with FromArrayrep. More...

#include <Array.h>

Concept definition

template<class T>
requires (T t, const CxxUtils::Arrayrep& rep)
{
{ CxxUtils::fromArrayrep (rep, t) };
}
Concept testing whether a type may be used with FromArrayrep.
void fromArrayrep(const CaloRec::Arrayrep &rep, T &x)
Helper to convert from an @x Arrayrep to a scalar type.
Representation class for Array's.

Detailed Description

Concept testing whether a type may be used with FromArrayrep.

Definition at line 820 of file Control/CxxUtils/CxxUtils/Array.h.