Standard C++ Library Class Reference
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 :
set<int, less<int>, allocator>
instead of
set<int>
See Also
set, set_union, set_intersection, set_difference, set_symmetric_difference