![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
Public Member Functions | |
| int | operator() (int a, int b) const |
| int | square_sum (int a, int b) |
| int | operator() (int n) const |
Static Public Member Functions | |
| static int | sum_square (int a, int b) |
Definition at line 54 of file 010-thread_func.cpp.
|
inline |
Definition at line 58 of file 010-thread_func.cpp.
|
inline |
Definition at line 27 of file 010-thread_function.cpp.
|
inline |
|
inlinestatic |