Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
boost::noncopyable is a Boost base class. If any class derives from boost::noncopyable, this class cannot be copied anymore.
#include <boost/noncopyable.hpp> |
The code below shows a C++98 and C++11 definition of boost::noncopyable.
struct NoncopyableCpp98 |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.