![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
#include <iostream>#include <type_traits>#include <thread>#include <mutex>#include <stack>Go to the source code of this file.
Classes | |
| struct | pod_type |
| class | aggregate_type |
| class | NonThrowingMovable |
| class | thread_safe_stack< ElementType > |
Functions | |
| void | test_nonthrowing_copy_move_constructors_and_assignment () |
| void | test_optimal_thread_safe_stack () |
| int | main () |
| int main | ( | ) |
| void test_nonthrowing_copy_move_constructors_and_assignment | ( | ) |
Definition at line 18 of file 031-modern_cpp.cpp.
| void test_optimal_thread_safe_stack | ( | ) |
Definition at line 198 of file 031-modern_cpp.cpp.