You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Supports the ios class from the old iostream library.
11
+
Supports the `ios` class from the old `iostream` library.
13
12
14
13
```cpp
15
14
typedef basic_ios<char, char_traits<char>> ios;
16
15
```
17
16
18
17
### Remarks
19
18
20
-
The type is a synonym for class template [basic_ios](../standard-library/basic-ios-class.md), specialized for elements of type **`char`** with default character traits.
19
+
The type is a synonym for class template [`basic_ios`](../standard-library/basic-ios-class.md), specialized for elements of type **`char`** with default character traits.
21
20
22
-
## <aname="streamoff"></a> streamoff
21
+
## `streamoff`
23
22
24
23
Supports internal operations.
25
24
@@ -35,7 +34,7 @@ Supports internal operations.
35
34
36
35
The type is a signed integer that describes an object that can store a byte offset involved in various stream positioning operations. Its representation has at least 32 value bits. It is not necessarily large enough to represent an arbitrary byte position within a stream. The value `streamoff(-1)` generally indicates an erroneous offset.
37
36
38
-
## <aname="streampos"></a> streampos
37
+
## `streampos`
39
38
40
39
Holds the current position of the buffer pointer or file pointer.
The type is a synonym for class template [basic_ios](../standard-library/basic-ios-class.md), specialized for elements of type **`wchar_t`** with default character traits.
118
+
The type is a synonym for class template [`basic_ios`](../standard-library/basic-ios-class.md), specialized for elements of type **`wchar_t`** with default character traits.
120
119
121
-
## <aname="wstreampos"></a> wstreampos
120
+
## `wstreampos`
122
121
123
122
Holds the current position of the buffer pointer or file pointer.
0 commit comments