Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

PrevUpHomeNext

Function template find_line_end

boost::parser::find_line_end

Synopsis

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


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

Description

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


PrevUpHomeNext