C++ Library Extensions 2022.12.09
To help learn modern C++ programming
Product Struct Reference

Public Member Functions

int operator() (int a, int b) const
 
int summation (int a, int b, int c)
 

Detailed Description

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

Member Function Documentation

◆ operator()()

int Product::operator() ( int  a,
int  b 
) const
inline

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

◆ summation()

int Product::summation ( int  a,
int  b,
int  c 
)
inline

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

Here is the caller graph for this function:

The documentation for this struct was generated from the following file: