索引
知识分为两种:一种是我们自己知道;另一种是我们知道能从哪里找到。
——萨缪尔·约翰逊
索引中的页码为英文原书页码,与书中页边标注的页码一致。
符号
!=
container(容器不等比较),147
not-equal operator(不等运算符),6
",string literal(字符串字面常量),3
$,regex(匹配行尾),117
%
modulus operator(模运算符),6
remainder operator(余数运算符),6
%=,operator(取模赋值复合运算符),7
&
address-of operator(取地址运算符),11
reference to(引用),12
&&,rvalue reference(右值引用),71
(,regex(子模式开始),117
(),call operator(调用运算符),85
(?:pattern(非子模式),120
),regex(子模式结束),117
*
contents-of operator(取值运算符),11
multiply operator(乘法运算符),6
pointer to(指针),11
regex(闭包运算),117
*=,contents-of operator(乘法赋值复合运算符),7
*?lazy(闭包懒惰匹配),118
+
plus operator(加法运算符),6
regex(正则闭包压缩),117
string concatenation(字符串连接),111
++,increment operator(递增运算符),7
+=
increment operator(加法赋值复合运算符),7
string append(字符串追加),112
+?lazy(正则闭包懒惰匹配),118 ...
Get C++语言导学(原书第2版) now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.