tmp/tmp80i49rpx/{from.md → to.md}
RENAMED
|
@@ -39,15 +39,10 @@ namespace std {
|
|
| 39 |
|
| 40 |
private:
|
| 41 |
streambuf_type* wrapped; // exposition only
|
| 42 |
bool emit_on_sync{}; // exposition only
|
| 43 |
};
|
| 44 |
-
|
| 45 |
-
// [syncstream.syncbuf.special], specialized algorithms
|
| 46 |
-
template<class charT, class traits, class Allocator>
|
| 47 |
-
void swap(basic_syncbuf<charT, traits, Allocator>&,
|
| 48 |
-
basic_syncbuf<charT, traits, Allocator>&);
|
| 49 |
}
|
| 50 |
```
|
| 51 |
|
| 52 |
Class template `basic_syncbuf` stores character data written to it,
|
| 53 |
known as the associated output, into internal buffers allocated using
|
|
|
|
| 39 |
|
| 40 |
private:
|
| 41 |
streambuf_type* wrapped; // exposition only
|
| 42 |
bool emit_on_sync{}; // exposition only
|
| 43 |
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
}
|
| 45 |
```
|
| 46 |
|
| 47 |
Class template `basic_syncbuf` stores character data written to it,
|
| 48 |
known as the associated output, into internal buffers allocated using
|