Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template find_line_end

boost::parser::find_line_end

Synopsis

// In header: <boost/parser/error_handling.hpp>


template<typename Iter, typename Sentinel> 
   ( it,  last);

Description

Returns the iterator to the end of the line in which it is found.


PrevUpHomeNext