tmp/tmprc4w3tdr/{from.md → to.md}
RENAMED
|
@@ -2,11 +2,18 @@
|
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
basic_filebuf<charT, traits>* rdbuf() const;
|
| 5 |
```
|
| 6 |
|
| 7 |
-
*Returns:*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
|
| 9 |
``` cpp
|
| 10 |
bool is_open() const;
|
| 11 |
```
|
| 12 |
|
|
|
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
basic_filebuf<charT, traits>* rdbuf() const;
|
| 5 |
```
|
| 6 |
|
| 7 |
+
*Returns:*
|
| 8 |
+
`const_cast<basic_filebuf<charT, traits>*>(addressof(`*`sb`*`))`.
|
| 9 |
+
|
| 10 |
+
``` cpp
|
| 11 |
+
native_handle_type native_handle() const noexcept;
|
| 12 |
+
```
|
| 13 |
+
|
| 14 |
+
*Effects:* Equivalent to: `return rdbuf()->native_handle();`
|
| 15 |
|
| 16 |
``` cpp
|
| 17 |
bool is_open() const;
|
| 18 |
```
|
| 19 |
|