tmp/tmp45okihx8/{from.md → to.md}
RENAMED
|
@@ -11,11 +11,11 @@ namespace std {
|
|
| 11 |
virtual ~istrstream();
|
| 12 |
|
| 13 |
strstreambuf* rdbuf() const;
|
| 14 |
char* str();
|
| 15 |
private:
|
| 16 |
-
strstreambuf sb; // exposition
|
| 17 |
};
|
| 18 |
}
|
| 19 |
```
|
| 20 |
|
| 21 |
The class `istrstream` supports the reading of objects of class
|
|
|
|
| 11 |
virtual ~istrstream();
|
| 12 |
|
| 13 |
strstreambuf* rdbuf() const;
|
| 14 |
char* str();
|
| 15 |
private:
|
| 16 |
+
strstreambuf sb; // exposition only
|
| 17 |
};
|
| 18 |
}
|
| 19 |
```
|
| 20 |
|
| 21 |
The class `istrstream` supports the reading of objects of class
|