![]() |
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 | |
| int | which_func (const char *name) |
| void | which_is_called_first (int a, int b) |
| void | test_which_called_first () |
| int | main () |
Variables | |
| tpf::sstream | stream |
| auto | endl = tpf::endl |
| int main | ( | ) |
| void test_which_called_first | ( | ) |
Definition at line 18 of file 031-constructor.cpp.
| int which_func | ( | const char * | name | ) |
| void which_is_called_first | ( | int | a, |
| int | b | ||
| ) |
| auto endl = tpf::endl |
Definition at line 5 of file 031-constructor.cpp.
| tpf::sstream stream |
Definition at line 4 of file 031-constructor.cpp.