MCPcopy Create free account
hub / github.com/ablab/spades / icontains

Function icontains

ext/include/boost/algorithm/string/predicate.hpp:258–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

is_iequalClass · 0.85
containsFunction · 0.70

Tested by

no test coverage detected