From Jason Turner

[istringstream.members]

Diff to HTML by rtfpessoa

tmp/tmpy81ffs86/{from.md → to.md} RENAMED
@@ -2,11 +2,12 @@
2
 
3
  ``` cpp
4
  basic_stringbuf<charT, traits, Allocator>* rdbuf() const;
5
  ```
6
 
7
- *Returns:* `const_cast<basic_stringbuf<charT,traits,Allocator>*>(&sb)`.
 
8
 
9
  ``` cpp
10
  basic_string<charT, traits, Allocator> str() const;
11
  ```
12
 
 
2
 
3
  ``` cpp
4
  basic_stringbuf<charT, traits, Allocator>* rdbuf() const;
5
  ```
6
 
7
+ *Returns:*
8
+ `const_cast<basic_stringbuf<charT, traits, Allocator>*>(&sb)`.
9
 
10
  ``` cpp
11
  basic_string<charT, traits, Allocator> str() const;
12
  ```
13