Standard C++ Library Class Reference

Warning
If your compiler does not support default template parameters, you need to always supply the Allocator template argument.
For instance, you will need to write :
vector<int, allocator>
instead of :
vector<int>
See Also
remove, remove_if, remove_copy_if