Files
2025-10-25 03:02:53 +03:00

14 lines
482 B
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[fpos.general]
# 31 Input/output library [[input.output]](./#input.output)
## 31.5 Iostreams base classes [[iostreams.base]](iostreams.base#fpos.general)
### 31.5.3 Class template fpos [[fpos]](fpos#general)
#### 31.5.3.1 General [fpos.general]
[🔗](#lib:fpos)
namespace std {template<class stateT> class fpos {public:// [[fpos.members]](fpos.members "31.5.3.2Members"), members stateT state() const; void state(stateT); private: stateT *st*; // *exposition only*};}