Vector

  1. template <class T, class Alloc = alloc>
  2. class vector {
  3. protected:
  4. typedef simple_alloc<value_type, Alloc> data_allocator;
  5. }