StateT | Type passed to and returned from state(). |
Definition at line 95 of file postypes.h.
operator streamoff | ( | ) | const [inline] |
bool operator!= | ( | const fpos< _StateT > & | __other | ) | const [inline] |
Test if not equivalent to another position.
Definition at line 143 of file postypes.h.
References fpos::_M_off.
Subtract position to return offset.
Definition at line 202 of file postypes.h.
References fpos::_M_off.
bool operator== | ( | const fpos< _StateT > & | __other | ) | const [inline] |
Test if equivalent to another position.
Definition at line 138 of file postypes.h.
References fpos::_M_off.
_StateT state | ( | ) | const [inline] |
void state | ( | _StateT | __st | ) | [inline] |