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

Function find_head

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

Source from the content-addressed store, hash-verified

245 */
246 template<typename RangeT>
247 inline iterator_range<
248 BOOST_STRING_TYPENAME range_iterator<RangeT>::type>
249 find_head(
250 RangeT& Input,
251 int N)
252 {
253 return ::boost::algorithm::find(Input, ::boost::algorithm::head_finder(N));
254 }
255
256// find_tail ----------------------------------------------------------------------//
257

Callers

nothing calls this directly

Calls 2

head_finderFunction · 0.85
findFunction · 0.70

Tested by

no test coverage detected