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

#include <ProxyContainer.h>

Concept definition

template<typename IndexType>
concept Utils::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:146

Detailed Description

Definition at line 45 of file ProxyContainer.h.