String
Home Up

 

Same level pages:
Vector
Deque
List
Set
Multiset
Map
Multimap
String
Bitset
Stack
Queue
Priority Queue

Parent level pages:
Containers
Classes
Iterators
Algorithms

The string class is implemented as basic_string<char> which makes it a random access container and a sequence. Since a random access container is a refinement of a reversible container which in turn is a refinement of a forward container, its iterators may be forward, bidirectional, or random-access. Since strings are also assignable, default constructible, equality comparable, and less-than comparable, one may apply a wide variety of algorithms to them. However, to simplify its use, the string class implements a large number of the standard algorithms as member functions.

ŠPaul Buis & Ball State University Author: Paul Buis (peb@bsu.edu) Last Modified:10/26/00 03:31 PM

NOTICE: The information presented on this page represents the personal views, ideas, and opinions of the author. This is not an official Ball State University web page. Links contained at this web site to other organizations, are presented as a service and neither constitute nor imply university endorsement or warranty.