C++ Library Extensions 2022.12.09
To help learn modern C++ programming
008-common_type_t.cpp File Reference

Examples for tpf::types::common_type_t, tpf::types::common_type_v. More...

#include <iostream>
#include <vector>
#include <tpf_types.hpp>
#include <tpf_output.hpp>
Include dependency graph for 008-common_type_t.cpp:

Go to the source code of this file.

Functions

void examples_common_type_t ()
 Examples for tpf::types::common_type_t<Type1, Type2> More...
 
void examples_common_type_v ()
 Examples for type::types::common_type_v<Type1, Type2> More...
 
int main ()
 

Detailed Description

Examples for tpf::types::common_type_t, tpf::types::common_type_v.

Author
Thomas Kim (Thoma.nosp@m.sKim.nosp@m.@Talk.nosp@m.Play.nosp@m.Fun.c.nosp@m.om)
Version
0.1
Date
2019-04-14

Definition in file 008-common_type_t.cpp.

Function Documentation

◆ examples_common_type_t()

void examples_common_type_t ( )

Examples for tpf::types::common_type_t<Type1, Type2>

Definition at line 23 of file 008-common_type_t.cpp.

Here is the caller graph for this function:

◆ examples_common_type_v()

void examples_common_type_v ( )

Examples for type::types::common_type_v<Type1, Type2>

Definition at line 45 of file 008-common_type_t.cpp.

Here is the caller graph for this function:

◆ main()

int main ( )

Definition at line 50 of file 008-common_type_t.cpp.

Here is the call graph for this function: