C++ Library Extensions 2022.12.09
To help learn modern C++ programming
14-invoke.cpp File Reference
#include <tpf_output.hpp>
Include dependency graph for 14-invoke.cpp:

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
 

Function Documentation

◆ main()

int main ( )

Definition at line 47 of file 14-invoke.cpp.

Here is the call graph for this function:

◆ sum()

int sum ( int  a,
int  b 
)

Definition at line 6 of file 14-invoke.cpp.

Here is the caller graph for this function:

◆ test_invoke()

void test_invoke ( )

Definition at line 25 of file 14-invoke.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ endl

auto endl = tpf::endl

Definition at line 4 of file 14-invoke.cpp.

◆ stream

tpf::sstream stream

Definition at line 3 of file 14-invoke.cpp.