![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
#include "032-coroutine.hpp"Go to the source code of this file.
Functions | |
| template<typename SemanticReturnType > | |
| ResumableType< SemanticReturnType > | sum (SemanticReturnType a, SemanticReturnType b) |
| void | test_coroutine_basic () |
| template<typename SemanticReturnType > | |
| ResumableType< SemanticReturnType > | summation (SemanticReturnType max) |
| void | advanced_coroutine () |
| int | main () |
| void advanced_coroutine | ( | ) |
Definition at line 57 of file 032-coroutine.cpp.
| int main | ( | ) |
| ResumableType< SemanticReturnType > sum | ( | SemanticReturnType | a, |
| SemanticReturnType | b | ||
| ) |
| ResumableType< SemanticReturnType > summation | ( | SemanticReturnType | max | ) |
| void test_coroutine_basic | ( | ) |