📄 v3_slide0387.htm
字号:
<html>
<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name=ProgId content=PowerPoint.Slide>
<meta name=Generator content="Microsoft PowerPoint 10">
<link id=Main-File rel=Main-File href="../roadtrip99.htm">
<link rel=Preview href=preview.wmf>
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
p\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
v\:textbox {display:none;}
</style>
<![endif]-->
<title>Embracing the C++ STL</title>
<meta name=Description content="4/2/2002: Template Specialization part II ">
<link rel=next href="v3_slide0349.htm">
</head>
<body background="v3_master19_background.gif" bgcolor="#333399" alink="#9999FF"
link="#99CCFF" vlink="#0066FF" text="#CCECFF" topmargin=0 leftmargin=0>
<table border=0 valign=top width=475 height=356 cellpadding=0 cellspacing=0>
<tr>
<td width=17 height=0 nowrap><img src="v3_space.gif" border=0></td>
<td width=23 height=0 nowrap><img src="v3_space.gif" border=0></td>
<td width=70 height=0 nowrap><img src="v3_space.gif" border=0></td>
<td width=296 height=0 nowrap><img src="v3_space.gif" border=0></td>
<td width=24 height=0 nowrap><img src="v3_space.gif" border=0></td>
</tr>
<tr>
<td width=475 height=34 colspan=6></td>
</tr>
<tr>
<td width=17 height=36></td>
<td width=413 height=36 colspan=4>
<table border=0 valign=top cellpadding=0 cellspacing=0>
<tr>
<td width=413 height=36><font face=Tahoma color="#CCFFFF" size=5>Template
Specialization part II</font><br>
</td>
</tr>
</table>
</td>
<td width=45 height=36></td>
</tr>
<tr>
<td width=475 height=16 colspan=6></td>
</tr>
<tr>
<td width=40 height=220 colspan=2></td>
<td width=366 height=220 colspan=2>
<table border=0 valign=top cellpadding=0 cellspacing=0>
<tr>
<td width=120 height=0 nowrap><img src="v3_space.gif" border=0></td>
<td width=7 height=0 nowrap><img src="v3_space.gif" border=0></td>
<td width=38 height=0 nowrap><img src="v3_space.gif" border=0></td>
<td width=7 height=0 nowrap><img src="v3_space.gif" border=0></td>
<td width=60 height=0 nowrap><img src="v3_space.gif" border=0></td>
<td width=7 height=0 nowrap><img src="v3_space.gif" border=0></td>
<td width=37 height=0 nowrap><img src="v3_space.gif" border=0></td>
<td width=38 height=0 nowrap><img src="v3_space.gif" border=0></td>
</tr>
<tr>
<td width=232 height=14 colspan=5><font face="Courier New" color="#33CC33"
size=1><b>// STL generic copy() algorithm</b></font><br>
</td>
<td width=134 height=14 colspan=4></td>
</tr>
<tr>
<td width=366 height=3 colspan=9></td>
</tr>
<tr>
<td width=314 height=14 colspan=8><font face="Courier New" size=1><b>template<class
InItr, class OutItr> OutItr</b></font><br>
</td>
<td width=52 height=14></td>
</tr>
<tr>
<td width=366 height=3 colspan=9></td>
</tr>
<tr>
<td width=276 height=14 colspan=7><font face="Courier New" size=1><b>copy(InItr
bg, InItr end, OutItr val)</b></font><br>
</td>
<td width=90 height=14 colspan=2></td>
</tr>
<tr>
<td width=366 height=3 colspan=9></td>
</tr>
<tr>
<td width=239 height=14 colspan=6><font face="Courier New" size=1><b>{ for
(; bg != end; ++val, ++bg)</b></font><br>
</td>
<td width=127 height=14 colspan=3></td>
</tr>
<tr>
<td width=366 height=4 colspan=9></td>
</tr>
<tr>
<td width=120 height=14><font face="Courier New" size=1><b><span
style='mso-spacerun:yes'>牋牋 </span>*val = *bg;</b></font><br>
</td>
<td width=246 height=14 colspan=8></td>
</tr>
<tr>
<td width=366 height=3 colspan=9></td>
</tr>
<tr>
<td width=127 height=14 colspan=2><font face="Courier New" size=1><b><span
style='mso-spacerun:yes'>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -