backward_char
Description:
Moves backward by one character offset.
Returns true if movement was possible; if this was the first in the buffer (character offset 0), this function returns false for convenience when writing loops.
Parameters:
this |
an iterator |
Returns:
whether movement was possible |