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

Function ifind_nth

ext/include/boost/algorithm/string/find.hpp:215–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 */
214 template<typename Range1T, typename Range2T>
215 inline iterator_range<
216 BOOST_STRING_TYPENAME range_iterator<Range1T>::type>
217 ifind_nth(
218 Range1T& Input,
219 const Range2T& Search,
220 int Nth,
221 const std::locale& Loc=std::locale())
222 {
223 return ::boost::algorithm::find(Input, ::boost::algorithm::nth_finder(Search,Nth,is_iequal(Loc)));
224 }
225
226// find_head ----------------------------------------------------------------------//
227

Callers

nothing calls this directly

Calls 3

nth_finderFunction · 0.85
is_iequalClass · 0.85
findFunction · 0.70

Tested by

no test coverage detected