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

Go to the source code of this file.

Functions

void summary_for_binary_operators_for_array_tuple ()
 
void test_array_binary_operations ()
 
void test_tuple_binary_operations ()
 
void test_tuple_equality_comparison_binary_operations ()
 
void test_array_equality_comparison_same_size_operations ()
 
void test_array_equality_comparison_different_size_operations ()
 
int main ()
 

Variables

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

Function Documentation

◆ main()

int main ( )

Definition at line 264 of file binary_operations.cpp.

Here is the call graph for this function:

◆ summary_for_binary_operators_for_array_tuple()

void summary_for_binary_operators_for_array_tuple ( )

Definition at line 22 of file binary_operations.cpp.

Here is the caller graph for this function:

◆ test_array_binary_operations()

void test_array_binary_operations ( )

Definition at line 38 of file binary_operations.cpp.

Here is the caller graph for this function:

◆ test_array_equality_comparison_different_size_operations()

void test_array_equality_comparison_different_size_operations ( )

Definition at line 243 of file binary_operations.cpp.

Here is the caller graph for this function:

◆ test_array_equality_comparison_same_size_operations()

void test_array_equality_comparison_same_size_operations ( )

Definition at line 190 of file binary_operations.cpp.

Here is the caller graph for this function:

◆ test_tuple_binary_operations()

void test_tuple_binary_operations ( )

Definition at line 95 of file binary_operations.cpp.

Here is the caller graph for this function:

◆ test_tuple_equality_comparison_binary_operations()

void test_tuple_equality_comparison_binary_operations ( )

Definition at line 148 of file binary_operations.cpp.

Here is the caller graph for this function:

Variable Documentation

◆ endl

auto& endl = tpf::endl

Definition at line 19 of file binary_operations.cpp.

◆ endL

auto& endL = tpf::endL

Definition at line 20 of file binary_operations.cpp.

◆ stream

tpf::sstream stream

Definition at line 18 of file binary_operations.cpp.