Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
boost::ptr_set is a container for storing pointers that behaves a std::set. boost::ptr_set will delete all stored pointers when it goes out of scope.
#include <boost/ptr_container/ptr_set.hpp> |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.