![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
#include <tpf_output.hpp>
Go to the source code of this file.
Classes | |
struct | Product |
Functions | |
int | sum (int a, int b) |
void | test_invoke () |
int | main () |
Variables | |
tpf::sstream | stream |
auto | endl = tpf::endl |
int main | ( | ) |
int sum | ( | int | a, |
int | b | ||
) |
void test_invoke | ( | ) |
Definition at line 25 of file 14-invoke.cpp.
auto endl = tpf::endl |
Definition at line 4 of file 14-invoke.cpp.
tpf::sstream stream |
Definition at line 3 of file 14-invoke.cpp.