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

Go to the source code of this file.

Functions

void examples_union_type_t ()
 
void examples_intersection_type_t ()
 
void examples_remove_type_t ()
 
void examples_difference_type_t ()
 
void examples_type_list_equivalent_type_t ()
 
int main ()
 

Function Documentation

◆ examples_difference_type_t()

void examples_difference_type_t ( )

Definition at line 43 of file 010-union_type.cpp.

◆ examples_intersection_type_t()

void examples_intersection_type_t ( )

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

◆ examples_remove_type_t()

void examples_remove_type_t ( )

Definition at line 30 of file 010-union_type.cpp.

◆ examples_type_list_equivalent_type_t()

void examples_type_list_equivalent_type_t ( )

Definition at line 55 of file 010-union_type.cpp.

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

◆ examples_union_type_t()

void examples_union_type_t ( )

Definition at line 4 of file 010-union_type.cpp.

◆ main()

int main ( )

Definition at line 68 of file 010-union_type.cpp.

Here is the call graph for this function: