Standard C++ Library Class Reference
Click on the banner to return to the Class Reference home page.
©Copyright 1996 Rogue Wave Software
vector
Container
Summary
Sequence that supports random access iterators.
Contents
Synopsis●
Description●
Special Case●
Interface●
Constructors and Destructors●
Iterators●
Assignment Operator●
Allocator●
Reference Operators●
Member Functions●
Non-member Operators●
Example●
Warnings●
See Also●
Synopsis
#include <vector>
template <class T, class Allocator = allocator>
class vector ;