...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::algorithm::last_finder — "Last" finder
// In header: <boost/algorithm/string/finder.hpp> template<typename RangeT> unspecified last_finder(const RangeT & Search); template<typename RangeT, typename PredicateT> unspecified last_finder(const RangeT & Search, PredicateT Comp);