PrevUpHomeNext

Function template find

boost::text::find

Synopsis

// In header: <boost/text/algorithm.hpp>


template<typename BidiIter, typename Sentinel, typename T> 
  BidiIter find(BidiIter first, Sentinel last, T const & x);

Description

Range-friendly version of std::find(), taking an iterator and a sentinel.


PrevUpHomeNext