![]() |
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 | |
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 |
int main | ( | ) |
void summary_evaluate_lambdas | ( | ) |
Definition at line 21 of file lambda_evaluation.cpp.
void test_evaluate_lambdas | ( | ) |
Definition at line 29 of file lambda_evaluation.cpp.
void test_evaluate_lambdas_with_tuple | ( | ) |
auto& endl = tpf::endl |
Definition at line 18 of file lambda_evaluation.cpp.
auto& endL = tpf::endL |
Definition at line 19 of file lambda_evaluation.cpp.
tpf::sstream stream |
Definition at line 17 of file lambda_evaluation.cpp.