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

Function first_finder

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

Source from the content-addressed store, hash-verified

47 */
48 template<typename RangeT>
49 inline detail::first_finderF<
50 BOOST_STRING_TYPENAME range_const_iterator<RangeT>::type,
51 is_equal>
52 first_finder( const RangeT& Search )
53 {
54 return
55 detail::first_finderF<
56 BOOST_STRING_TYPENAME
57 range_const_iterator<RangeT>::type,
58 is_equal>( ::boost::as_literal(Search), is_equal() ) ;
59 }
60
61 //! "First" finder
62 /*!

Callers 15

erase_first_copyFunction · 0.85
erase_firstFunction · 0.85
ierase_first_copyFunction · 0.85
ierase_firstFunction · 0.85
erase_all_copyFunction · 0.85
erase_allFunction · 0.85
ierase_all_copyFunction · 0.85
ierase_allFunction · 0.85
replace_first_copyFunction · 0.85
replace_firstFunction · 0.85
ireplace_first_copyFunction · 0.85
ireplace_firstFunction · 0.85

Calls 2

as_literalFunction · 0.85
is_equalClass · 0.85

Tested by

no test coverage detected