Stl
  • Default Allocator
list<int> b;
// same as
list< int, allocator<int> > b;
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License