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

Function last_finder

include/win/boost/algorithm/string/finder.hpp:91–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

is_equalClass · 0.85
as_literalFunction · 0.50

Tested by

no test coverage detected