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

Function find

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

Source from the content-addressed store, hash-verified

48 */
49 template<typename RangeT, typename FinderT>
50 inline iterator_range<
51 BOOST_STRING_TYPENAME range_iterator<RangeT>::type>
52 find(
53 RangeT& Input,
54 const FinderT& Finder)
55 {
56 iterator_range<BOOST_STRING_TYPENAME range_iterator<RangeT>::type> lit_input(::boost::as_literal(Input));
57
58 return Finder(::boost::begin(lit_input),::boost::end(lit_input));
59 }
60
61// find_first -----------------------------------------------//
62

Callers 13

find_firstFunction · 0.70
ifind_firstFunction · 0.70
find_lastFunction · 0.70
ifind_lastFunction · 0.70
find_nthFunction · 0.70
ifind_nthFunction · 0.70
find_headFunction · 0.70
find_tailFunction · 0.70
find_tokenFunction · 0.70
reduceMethod · 0.50
singleMethod · 0.50
walk_pathMethod · 0.50

Calls 3

as_literalFunction · 0.85
beginClass · 0.50
endClass · 0.50

Tested by

no test coverage detected