![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
#include <tpf_output.hpp>Go to the source code of this file.
Functions | |
| void | division (std::promise< int > &promise, int a, int b) |
| void | examples_for_promise_future () |
| int | main () |
Variables | |
| tpf::sstream | stream |
| auto | endl = tpf::endl |
| void division | ( | std::promise< int > & | promise, |
| int | a, | ||
| int | b | ||
| ) |
| void examples_for_promise_future | ( | ) |
Definition at line 42 of file 019-promise_future.cpp.
| int main | ( | ) |
| auto endl = tpf::endl |
Definition at line 4 of file 019-promise_future.cpp.
| tpf::sstream stream |
Definition at line 3 of file 019-promise_future.cpp.