forward_line


Description:

public bool forward_line ()

Moves this to the start of the next line.

If the iter is already on the last line of the buffer, moves the iter to the end of the current line. If after the operation, the iter is at the end of the buffer and not dereferenceable, returns false. Otherwise, returns true.

Parameters:

this

an iterator

Returns:

whether this can be dereferenced