libstdc++
|
Go to the source code of this file.
Classes | |
class | std::basic_string< _CharT, _Traits, _Alloc > |
Namespaces | |
namespace | std |
Functions | |
template<typename _Operation> | |
void | std::basic_string< _CharT, _Traits, _Alloc >__resize_and_overwrite (const size_type __n, _Operation __op) |
Variables | |
template<typename _CharT, typename _Traits, typename _Alloc> | |
const basic_string< _CharT, _Traits, _Alloc >::size_type | std::basic_string< _CharT, _Traits, _Alloc >::npos |
This is an internal header file, included by other library headers. Do not attempt to use it directly. Instead, include <string>.
Defines the reference-counted COW string implementation.
Definition in file cow_string.h.