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

Function istarts_with

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

Source from the content-addressed store, hash-verified

111 */
112 template<typename Range1T, typename Range2T>
113 inline bool istarts_with(
114 const Range1T& Input,
115 const Range2T& Test,
116 const std::locale& Loc=std::locale())
117 {
118 return ::boost::algorithm::starts_with(Input, Test, is_iequal(Loc));
119 }
120
121
122// ends_with predicate -----------------------------------------------//

Callers

nothing calls this directly

Calls 2

is_iequalClass · 0.85
starts_withFunction · 0.70

Tested by

no test coverage detected