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

Function iends_with

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

is_iequalClass · 0.85
ends_withFunction · 0.70

Tested by

no test coverage detected