MCPcopy Create free account
hub / github.com/apache/trafficserver / IsEntirely

Function IsEntirely

lib/yamlcpp/src/convert.cpp:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17template <typename T>
18bool IsEntirely(const std::string& str, T func) {
19 return std::all_of(str.begin(), str.end(), [=](char ch) { return func(ch); });
20}
21
22// IsFlexibleCase
23// . Returns true if 'str' is:

Callers 1

IsFlexibleCaseFunction · 0.85

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected