Difference between revisions of "使用到的C++11特性"

From KlayGE
Jump to: navigation, search
Line 25: Line 25:
 
* Type Traits
 
* Type Traits
 
* Unordered
 
* Unordered
 +
 +
== 相关内容 ==
 +
[[不同的编译器对C++11的支持]]

Revision as of 10:09, 20 June 2013

KlayGE 4.2开始,一些C++11特性被引入代码中。包括:

C++11 Core Language Features

  • Static assertions
  • auto-typed variables
  • Declared type of an expression
  • Null pointer constant
  • Strongly-typed enums
  • Range-based for

C++11 Core Language Features: Concurrency

C++11 Core Language Features: C99

  • long long

C++11 Library

  • Array
  • Chrono
  • Functional
  • Integer
  • Random
  • Regex
  • System
  • Thread
  • Tuple
  • Type Traits
  • Unordered

相关内容

不同的编译器对C++11的支持