...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::find — Generic find algorithm.
// In header: <boost/algorithm/string/find.hpp> template<typename RangeT, typename FinderT> iterator_range< typename range_iterator< RangeT >::type > find(RangeT & Input, const FinderT & Finder);
Search the input using the given finder.
Parameters: |
|
||||
Returns: |
An |