C++11下的关键字

STL类:stack,queue,deque,priority_queue,map,set,multiset,bitset,vector

函数类:min,max,swap,sqrt,log,reverse,lower_bound,upper_bound,sort,

  rand,next_permutation,prev_permutation,unique,random_shuffle,shuffle,

  clock,typeof,sizeof,typedef,typedef,existing-type,new-type,typeid,typename

基础操作类:do,for,while,if,else,friend,inline,namespace,operator,return,case,

  default,switch,register,const,break,continue,goto,private,protected,public,

  export,const_cast,dynamic_cast,reinterpret_cast,static_cast

运算类:true,false,and,or,xor,not,new,delete

符号类:x+x,x++,[x],x--,x-x,x^x,x&x,x*x,x/x,x|x,!x,&x,*x,%x,(x),"x",'x',

  x<x,x>x,x.x,x,x,[x],{x},x=x,x==x

变量类:void,int,double,float,bool,signed,unsigned,short,long,long long,char,

  __int128_t,char16_t,char32_t,wchar_t

其他类:alignas,constexpr,decltype,nullptr,noexcept,static_assert,volatile,enum,

  explicit,extern ,mutable,static,template,virtual

特别注意类:x1,y1,x0,y0,hash,try,catch,throw,asm,auto,this,class,using,time,union,div

温馨提醒:

关键字冲撞,CE两行泪。

原文链接: https://www.cnblogs.com/hz-Rockstar/p/11296434.html

欢迎关注

微信关注下方公众号,第一时间获取干货硬货;公众号内回复【pdf】免费获取数百本计算机经典书籍

    C++11下的关键字

原创文章受到原创版权保护。转载请注明出处:https://www.ccppcoding.com/archives/300216

非原创文章文中已经注明原地址,如有侵权,联系删除

关注公众号【高性能架构探索】,第一时间获取最新文章

转载文章受原作者版权保护。转载请注明原作者出处!

(0)
上一篇 2023年2月15日 下午9:15
下一篇 2023年2月15日 下午9:15

相关推荐