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

Function iequals

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

Source from the content-addressed store, hash-verified

339 */
340 template<typename Range1T, typename Range2T>
341 inline bool iequals(
342 const Range1T& Input,
343 const Range2T& Test,
344 const std::locale& Loc=std::locale())
345 {
346 return ::boost::algorithm::equals(Input, Test, is_iequal(Loc));
347 }
348
349// lexicographical_compare predicate -----------------------------//
350

Callers 4

one_ofFunction · 0.85
initializeFunction · 0.85
applyMethod · 0.85
applyMethod · 0.85

Calls 2

is_iequalClass · 0.85
equalsFunction · 0.70

Tested by

no test coverage detected