std::basic_string< CharT, Traits, Alloc > Class Template Reference
[ContainersSequences]

Managing sequences of characters and character-like objects. More...

#include <string>

Inheritance diagram for std::basic_string< CharT, Traits, Alloc >:

Inheritance graph
[legend]
List of all members.

Detailed Description

template<typename CharT, typename Traits, typename Alloc>
class std::basic_string< CharT, Traits, Alloc >

Managing sequences of characters and character-like objects.

Meets the requirements of a container, a reversible container, and a sequence. Of the optional sequence requirements, only push_back, at, and array access are supported.

Todo:
Doc me! See docs/doxygen/TODO and http://gcc.gnu.org/ml/libstdc++/2002-02/msg00003.html for more.

Definition at line 109 of file basic_string.h.


The documentation for this class was generated from the following files:
Generated on Thu Feb 10 23:23:46 2005 for libstdc++-v3 Source by  doxygen 1.4.0