Standard C++ Library Class Reference

1 2 6 24 120 720 5040
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
Function Objects, pointer_to_binary_function, pointer_to_unary_function