Memory management and ``std::vector`` ===================================== This section discusses class-based memory management in C++. .. toctree:: :maxdepth: 2 vector.rst copy.rst rvalue.rst move.rst allocators.rst constexpr-classes.rst immutable-classes.rst