forked from boostorg/core
26 lines
1.3 KiB
HTML
26 lines
1.3 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|||
|
|
<html>
|
|||
|
|
<head>
|
|||
|
|
<title><boost/noncopyable.hpp> Header Documentation</title>
|
|||
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|||
|
|
</head>
|
|||
|
|
<body bgcolor="white" style="MARGIN-LEFT: 5%; MARGIN-RIGHT: 5%">
|
|||
|
|
<p><a href="../../index.htm"> <img src="../../boost.png" alt="boost.png (6897 bytes)" width="277" height="86" border="0" /></a></p>
|
|||
|
|
<h1><code><boost/noncopyable.hpp></code></h1>
|
|||
|
|
<p>
|
|||
|
|
The header <code><boost/noncopyable.hpp></code> defines the class <code>boost::noncopyable</code>. It is intended
|
|||
|
|
to be used as a private base. <code>boost::noncopyable</code> 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.
|
|||
|
|
</p>
|
|||
|
|
<p>
|
|||
|
|
<code>boost::noncopyable</code> was originally contributed by Dave Abrahams.
|
|||
|
|
</p>
|
|||
|
|
<hr />
|
|||
|
|
<p>
|
|||
|
|
<small>Copyright <20> 2014 by Peter Dimov. Distributed under the Boost Software License, Version
|
|||
|
|
1.0. See accompanying file <a href="../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or
|
|||
|
|
copy at <a href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>.</small></p>
|
|||
|
|
</body>
|
|||
|
|
</html>
|