![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
Examples for tpf::types::common_type_t, tpf::types::common_type_v. More...
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 () |
Examples for tpf::types::common_type_t, tpf::types::common_type_v.
Definition in file 008-common_type_t.cpp.
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.
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.
int main | ( | ) |