Summarize some frequently-used new features of C++11.
- initializer lists
- nullptr
- const expression
- smart pointer
- static assert
- atomic type
- type inference
- rvalue reference
- lambda
More details in the references.
Aug 3, 2015
Summarize some frequently-used new features of C++11.
- initializer lists
- nullptr
- const expression
- smart pointer
- static assert
- atomic type
- type inference
- rvalue reference
- lambda
More details in the references.