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

#include <ProxyContainer.h>

Concept definition

template<typename Container>
concept Utils::hasSize = requires(Container a) { a.size(); }
static Double_t a
storage of the time histories of all the cells

Detailed Description

Definition at line 37 of file ProxyContainer.h.