【C++面试宝典】C++11新特性知识总结

目录

 

C++11新特性

auto自动类型推导

decltype类型指示符

nullptr常量

lambda表达式(匿名函数)

智能指针

auto_ptr

unique_ptr

shared_ptr

weak_ptr

强制类型转换

cosnt_cast

static_cast

dynamic_cast

reinterpret_cast

为什么不用C的强制转换

std::move()

左值右值

左值

右值

可变参数模板

final、override

delete

default

constexpr

static_assert

C++最新标准


        

  1. C++11新特性

     

你可能感兴趣的:(CPP,工具,c++,算法,蓝桥杯)