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

Function last_finder

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

Source from the content-addressed store, hash-verified

87 */
88 template<typename RangeT>
89 inline detail::last_finderF<
90 BOOST_STRING_TYPENAME range_const_iterator<RangeT>::type,
91 is_equal>
92 last_finder( const RangeT& Search )
93 {
94 return
95 detail::last_finderF<
96 BOOST_STRING_TYPENAME
97 range_const_iterator<RangeT>::type,
98 is_equal>( ::boost::as_literal(Search), is_equal() );
99 }
100 //! "Last" finder
101 /*!
102 \overload

Callers 12

erase_last_copyFunction · 0.85
erase_lastFunction · 0.85
ierase_last_copyFunction · 0.85
ierase_lastFunction · 0.85
replace_last_copyFunction · 0.85
replace_lastFunction · 0.85
ireplace_last_copyFunction · 0.85
ireplace_lastFunction · 0.85
find_lastFunction · 0.85
ifind_lastFunction · 0.85
find_backwardMethod · 0.85
ends_with_iter_selectFunction · 0.85

Calls 2

as_literalFunction · 0.85
is_equalClass · 0.85

Tested by

no test coverage detected