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

Function iends_with

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

Source from the content-addressed store, hash-verified

188 */
189 template<typename Range1T, typename Range2T>
190 inline bool iends_with(
191 const Range1T& Input,
192 const Range2T& Test,
193 const std::locale& Loc=std::locale())
194 {
195 return ::boost::algorithm::ends_with(Input, Test, is_iequal(Loc));
196 }
197
198// contains predicate -----------------------------------------------//
199

Callers

nothing calls this directly

Calls 2

is_iequalClass · 0.85
ends_withFunction · 0.70

Tested by

no test coverage detected