Standard C++ Library Class Reference
Manuals
Brands
HP Manuals
Server
HP NonStop G-Series
11
12
13
14
15
16
17
18
19
20
Warnings
If your compiler does not support default template parameters then you need to always supply
the Allocator template argument. For instance you'll have to write:
vector<int,allocator>
instead of:
vector<int>
See Also
Sequences
,
distance
1
...
...
18
19
20
21
22
...
...
516