| fpos | class template |
template <class stateT> class fpos; |
Stream position class template
Class template used as a template for types to indicate positions in streams. The template depends on the state type stateT.
The class is implementation-defined, but has at least two members:
stateT state() const; void state(stateT); |
|
| © Copyright © 2007-2008 ¿áÇÚÍø All Rights Reserved | |
