![]() |
Home | Libraries | People | FAQ | More |
boost::algorithm::find — Generic find algorithm.
template<typename RangeT, typename FinderT> iterator_range< typename range_result_iterator< RangeT >::type > find(RangeT & Input, FinderT Finder);
Search the input using the given finder.
Parameters: |
|
||||
Returns: | An |
Copyright © 2002-2004 Pavol Droba |