C++ 11¶
Group Description¶
Introduction (cxx11.introduction.introduction)
Strongly Typed enum (cxx11.new_language_features.strongly_typed_enums)
auto Type Declarations (cxx11.new_language_features.auto)
Brace Initialization (cxx11.new_language_features.brace_initialization)
Range Based for Loops (cxx11.new_language_features.range_based_for)
Delegating Constructor (cxx11.new_language_features.delegating_ctor)
Moving, “RValue References” (cxx11.new_language_features.move)
Miscellaneous (cxx11.new_language_features.miscellaneous)
Introduction (cxx11.smart_pointers.introduction)
std::unique_ptr<> (cxx11.smart_pointers.unique_ptr)
std::shared_ptr<> (cxx11.smart_pointers.shared_ptr)
Smart Pointers: Closing Words (cxx11.smart_pointers.closing_words)
std::bind (cxx11.functions_functions.bind)
std::function (cxx11.functions_functions.function)
Threads Inroduction (cxx11.multithreading.introduction)
Threads in C++ (cxx11.multithreading.thread)
Race Conditions (cxx11.multithreading.race_conditions)
Locking and Atomics (cxx11.multithreading.locking_atomics)
Condition Variables (cxx11.multithreading.condition_variable)
std::chrono (cxx11.multithreading.chrono)