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

Function find

include/win/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 14

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
eraseMethod · 0.50
read_untilFunction · 0.50
operator()Method · 0.50

Calls 3

as_literalFunction · 0.50
beginFunction · 0.50
endFunction · 0.50

Tested by

no test coverage detected