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

Go to the source code of this file.

Functions

void summary_evaluate_lambdas ()
 
void test_evaluate_lambdas ()
 
void test_evaluate_lambdas_with_tuple ()
 
int main ()
 

Variables

tpf::sstream stream
 
auto & endl = tpf::endl
 
auto & endL = tpf::endL
 

Function Documentation

◆ main()

int main ( )

Definition at line 154 of file lambda_evaluation.cpp.

Here is the call graph for this function:

◆ summary_evaluate_lambdas()

void summary_evaluate_lambdas ( )

Definition at line 21 of file lambda_evaluation.cpp.

◆ test_evaluate_lambdas()

void test_evaluate_lambdas ( )

Definition at line 29 of file lambda_evaluation.cpp.

◆ test_evaluate_lambdas_with_tuple()

void test_evaluate_lambdas_with_tuple ( )

Definition at line 103 of file lambda_evaluation.cpp.

Here is the caller graph for this function:

Variable Documentation

◆ endl

auto& endl = tpf::endl

Definition at line 18 of file lambda_evaluation.cpp.

◆ endL

auto& endL = tpf::endL

Definition at line 19 of file lambda_evaluation.cpp.

◆ stream

tpf::sstream stream

Definition at line 17 of file lambda_evaluation.cpp.