MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / icontains

Function icontains

include/win/boost/algorithm/string/predicate.hpp:257–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255 */
256 template<typename Range1T, typename Range2T>
257 inline bool icontains(
258 const Range1T& Input,
259 const Range2T& Test,
260 const std::locale& Loc=std::locale())
261 {
262 return ::boost::algorithm::contains(Input, Test, is_iequal(Loc));
263 }
264
265// equals predicate -----------------------------------------------//
266

Callers

nothing calls this directly

Calls 2

is_iequalClass · 0.85
containsFunction · 0.70

Tested by

no test coverage detected