![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
Go to the source code of this file.
Classes | |
class | MyClass |
class | SquareSum |
Typedefs | |
using | return_t = int |
Functions | |
return_t | sum (int a, int b) |
void | example_for_callable_thread_functions () |
void | more_examples_for_thread_function () |
int | main () |
using return_t = int |
Definition at line 5 of file 010-thread_func.cpp.
void example_for_callable_thread_functions | ( | ) |
int main | ( | ) |
void more_examples_for_thread_function | ( | ) |
Definition at line 64 of file 010-thread_func.cpp.
return_t sum | ( | int | a, |
int | b | ||
) |