[fpos.general] (original) (raw)

31 Input/output library [input.output]

31.5 Iostreams base classes [iostreams.base]

31.5.3 Class template fpos [fpos]

31.5.3.1 General [fpos.general]

đź”—

namespace std { template<class stateT> class fpos { public: // [fpos.members], members stateT state() const;void state(stateT);private: stateT st; // exposition only };}