Home | Libraries | People | FAQ | More |
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 |