Difference between revisions of "cpp/io/basic stringbuf"
From cppreference.com
m (Text replace - "{{tdcl list begin}} {{tdcl list h1 | Member types}}" to "===Member types=== {{tdcl list begin}}") |
(formatting) |
||
Line 11: | Line 11: | ||
Two specializations for common character types are also defined: | Two specializations for common character types are also defined: | ||
− | + | {{tdcl list begin}} | |
− | + | {{tdcl list header | streambuf}} | |
− | + | {{tdcl list hitem | Type | Definition}} | |
− | + | {{tdcl list item | {{tt|stringbuf}} | {{cpp|basic_stringbuf<char>}}}} | |
+ | {{tdcl list item | {{tt|wstringbuf}} | {{cpp|basic_stringbuf<wchar_t>}}}} | ||
+ | {{tdcl list end}} | ||
{{todo}} | {{todo}} |
Revision as of 09:53, 21 August 2011
Template:cpp/io/basic stringbuf/sidebar
Defined in header <sstream>
|
||
template< class charT, |
||
Two specializations for common character types are also defined:
Template:tdcl list begin Template:tdcl list header Template:tdcl list hitem Template:tdcl list item Template:tdcl list item Template:tdcl list end
This section is incomplete |
Member types
Template:tdcl list begin Template:tdcl list hitem Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list end
Member functions
This section is incomplete |