added spaces in name

[SVN r9673]
This commit is contained in:
Jeremy Siek 2001-03-29 04:08:38 +00:00
parent 98d8c8ab71
commit 836d8b1c64

View File

@ -11,7 +11,7 @@
-- purpose. It is provided "as is" without express or implied warranty. -- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>CopyConstructible</Title> <Title>Copy Constructible</Title>
</HEAD> </HEAD>
<BODY BGCOLOR="#ffffff" LINK="#0000ee" TEXT="#000000" VLINK="#551a8b" <BODY BGCOLOR="#ffffff" LINK="#0000ee" TEXT="#000000" VLINK="#551a8b"
ALINK="#ff0000"> ALINK="#ff0000">
@ -19,10 +19,10 @@
ALT="C++ Boost" width="277" height="86"> ALT="C++ Boost" width="277" height="86">
<!--end header--> <!--end header-->
<BR Clear> <BR Clear>
<H1>CopyConstructible</H1> <H1>Copy Constructible</H1>
<h3>Description</h3> <h3>Description</h3>
A type is CopyConstructible if it is possible to copy objects of that A type is Copy Constructible if it is possible to copy objects of that
type. type.
<h3>Notation</h3> <h3>Notation</h3>
@ -32,7 +32,7 @@ type.
<tt>T</tt> <tt>T</tt>
</TD> </TD>
<TD VAlign=top> <TD VAlign=top>
is type that is a model of CopyConstructible is type that is a model of Copy Constructible
</TD> </TD>
</TR> </TR>
@ -194,7 +194,7 @@ denotes the address of <tt>u</tt>
<h3>See also</h3> <h3>See also</h3>
<A <A
href="http://www.sgi.com/tech/stl/DefaultConstructible.html">DefaultConstructible</A> href="http://www.sgi.com/tech/stl/DefaultConstructible.html">Default Constructible</A>
and and
<A hrefa="./Assignable.html">Assignable</A> <A hrefa="./Assignable.html">Assignable</A>