boost::parser::find_line_end
// In header: <boost/parser/error_handling.hpp> template<typename Iter, typename Sentinel> Iter find_line_end(Iter it, Sentinel last);
Returns the iterator to the end of the line in which it is found.
it