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

Go to the source code of this file.

Functions

void summary_apply_binary_operation_to_array_tuple ()
 
void test_apply_operation_to_tuple ()
 
void test_apply_operation_to_array ()
 
int main ()
 

Variables

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

Function Documentation

◆ main()

int main ( )

Definition at line 177 of file apply_operations.cpp.

Here is the call graph for this function:

◆ summary_apply_binary_operation_to_array_tuple()

void summary_apply_binary_operation_to_array_tuple ( )

Definition at line 35 of file apply_operations.cpp.

Here is the caller graph for this function:

◆ test_apply_operation_to_array()

void test_apply_operation_to_array ( )

Definition at line 116 of file apply_operations.cpp.

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

◆ test_apply_operation_to_tuple()

void test_apply_operation_to_tuple ( )

Definition at line 58 of file apply_operations.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 32 of file apply_operations.cpp.

◆ endL

auto& endL = tpf::endL

Definition at line 33 of file apply_operations.cpp.

◆ stream

tpf::sstream stream

Definition at line 31 of file apply_operations.cpp.