C++ Library Extensions 2022.12.09
To help learn modern C++ programming
005-is_same_v.cpp File Reference

Examples for tpf::types::is_same_v<Type, Types...> More...

#include <iostream>
#include <tpf_types.hpp>
Include dependency graph for 005-is_same_v.cpp:

Go to the source code of this file.

Functions

void examples_is_same_v ()
 Examples for tpf::types::is_same_v<Type, Types...> More...
 
int main ()
 

Detailed Description

Examples for tpf::types::is_same_v<Type, Types...>

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-13

Definition in file 005-is_same_v.cpp.

Function Documentation

◆ examples_is_same_v()

void examples_is_same_v ( )

Examples for tpf::types::is_same_v<Type, Types...>

Definition at line 19 of file 005-is_same_v.cpp.

Here is the caller graph for this function:

◆ main()

int main ( )

Definition at line 65 of file 005-is_same_v.cpp.

Here is the call graph for this function: