C++ Library Extensions 2022.12.09
To help learn modern C++ programming
SquareSum Class Reference

Public Member Functions

int operator() (int a, int b) const
 
int square_sum (int a, int b)
 
int operator() (int n) const
 

Static Public Member Functions

static int sum_square (int a, int b)
 

Detailed Description

Definition at line 54 of file 010-thread_func.cpp.

Member Function Documentation

◆ operator()() [1/2]

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

Definition at line 58 of file 010-thread_func.cpp.

◆ operator()() [2/2]

int SquareSum::operator() ( int  n) const
inline

Definition at line 27 of file 010-thread_function.cpp.

◆ square_sum()

int SquareSum::square_sum ( int  a,
int  b 
)
inline

Definition at line 14 of file 010-thread_function.cpp.

Here is the caller graph for this function:

◆ sum_square()

static int SquareSum::sum_square ( int  a,
int  b 
)
inlinestatic

Definition at line 19 of file 010-thread_function.cpp.

Here is the caller graph for this function:

The documentation for this class was generated from the following files: