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

#include <ProxyContainer.h>

Concept definition

template<typename IndexType>
concept hasAddition = requires(IndexType a, std::size_t count) { a+count; }
static Double_t a
int count(std::string s, const std::string &regx)
count how many occurances of a regx are in a string
Definition hcg.cxx:148

Detailed Description

Definition at line 66 of file ProxyContainer.h.