...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::first_finder — "First" finder
// In header: <boost/algorithm/string/finder.hpp> template<typename RangeT> unspecified first_finder(const RangeT & Search); template<typename RangeT, typename PredicateT> unspecified first_finder(const RangeT & Search, PredicateT Comp);