tmp/tmpxjxil3zh/{from.md → to.md}
RENAMED
|
@@ -30,11 +30,11 @@ namespace std {
|
|
| 30 |
basic_stringbuf<charT,traits,Allocator>* rdbuf() const;
|
| 31 |
|
| 32 |
basic_string<charT,traits,Allocator> str() const;
|
| 33 |
void str(const basic_string<charT,traits,Allocator>& s);
|
| 34 |
private:
|
| 35 |
-
basic_stringbuf<charT,traits,Allocator> sb; // exposition
|
| 36 |
};
|
| 37 |
|
| 38 |
template <class charT, class traits, class Allocator>
|
| 39 |
void swap(basic_istringstream<charT, traits, Allocator>& x,
|
| 40 |
basic_istringstream<charT, traits, Allocator>& y);
|
|
|
|
| 30 |
basic_stringbuf<charT,traits,Allocator>* rdbuf() const;
|
| 31 |
|
| 32 |
basic_string<charT,traits,Allocator> str() const;
|
| 33 |
void str(const basic_string<charT,traits,Allocator>& s);
|
| 34 |
private:
|
| 35 |
+
basic_stringbuf<charT,traits,Allocator> sb; // exposition only
|
| 36 |
};
|
| 37 |
|
| 38 |
template <class charT, class traits, class Allocator>
|
| 39 |
void swap(basic_istringstream<charT, traits, Allocator>& x,
|
| 40 |
basic_istringstream<charT, traits, Allocator>& y);
|