以下摘自维基百科,mark一下,以备不时之需。

For the purposes of this table, a, b, and c represent valid values (literals, values from variables, or return value), object names, or lvalues, as appropriate. R, S and T stand for any type(s), and K for a class type or enumerated type.

"Can overload" means that the operator can be overloaded in C++. "Included in C" means that the operator exists and has a semantic meaning in C (operators are not overloadable in C).

最新文章

  1. Android实现TCP断点上传,后台C#服务实现接收
  2. Switch to strategy
  3. VMware8.0虚拟机中安装Ubuntu12.04使用NAT设置连接网络
  4. 手动创建VS单元测试,显示代码覆盖率
  5. Linux基本使用(1)-使用GCC编译C语言程序
  6. Delphi线程基础知识
  7. HDU1004之总是wa的细节问题
  8. HTML5 自制本地网页视频播放器
  9. node中定时器的“先进”用法
  10. Java设计模式系列之观察者模式
  11. 谈谈如何用eoLinker管理各类API接口及分享API接口管理小技巧教程
  12. Dubbo源码学习--服务发布(DubboProtocol、Exporter)
  13. CDlinux制作U盘启动盘,打造自己的口袋系统
  14. JPA(三)之实体关系一对多(多对一)
  15. Mongodb分片集群技术+用户验证
  16. C语言链表:逆序建立单链表
  17. CSS 伪类 (Pseudo-classes)实例
  18. JQ的offset().top与js的offsetTop区别详解
  19. 百度Web Uploader组件实现文件上传之分片上传(一)
  20. Spark项目之电商用户行为分析大数据平台之(七)数据调研--基本数据结构介绍

热门文章

  1. SharePoint的安装配置
  2. Java [Leetcode 290]Word Pattern
  3. 专题:Windows编译x264、SDL、faac、ffmpeg过程
  4. DirectShow建立一个视频捕捉程序
  5. zoj 2095 Divisor Summation
  6. zoj 2770 Burn the Linked Camp (差分约束系统)
  7. 连接Excel时出现未指定的错误
  8. 【转】C++ 内存分配(new,operator new)详解
  9. codedorces 260 div2 A题
  10. 【LeetCode 173】Binary Search Tree Iterator