2014-06-05 10:48:21 -07:00
|
|
|
[section:noncopyable noncopyable]
|
|
|
|
|
|
|
|
[section Authors]
|
|
|
|
|
|
|
|
* Dave Abrahams
|
|
|
|
|
|
|
|
[endsect]
|
|
|
|
|
|
|
|
[section Header <boost/core/noncopyable.hpp>]
|
2014-06-01 18:08:55 -07:00
|
|
|
|
|
|
|
The header `<boost/noncopyable.hpp>` defines the class
|
|
|
|
`boost::noncopyable`. It is intended to be used as a private
|
|
|
|
base. `boost::noncopyable` has private (under C++03) or
|
|
|
|
deleted (under C++11) copy constructor and a copy assignment
|
|
|
|
operator and can't be copied or assigned; a class that derives
|
|
|
|
from it inherits these properties.
|
|
|
|
|
|
|
|
`boost::noncopyable` was originally contributed by Dave
|
|
|
|
Abrahams.
|
|
|
|
|
|
|
|
[endsect]
|
2014-06-05 10:48:21 -07:00
|
|
|
|
|
|
|
[endsect]
|