ATLAS Offline Software
Loading...
Searching...
No Matches
Utils::hasDifference Concept Reference

#include <ProxyContainer.h>

Concept definition

template<typename IndexType>
concept Utils::hasDifference = requires(IndexType a, IndexType b) { a-b; }
static Double_t a

Detailed Description

Definition at line 41 of file ProxyContainer.h.