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

Go to the source code of this file.

Functions

void examples_is_integer_v ()
 
void examples_is_integral_v ()
 
int main ()
 

Detailed Description

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 006-is_integer_v.cpp.

Function Documentation

◆ examples_is_integer_v()

void examples_is_integer_v ( )

Definition at line 15 of file 006-is_integer_v.cpp.

Here is the caller graph for this function:

◆ examples_is_integral_v()

void examples_is_integral_v ( )

Definition at line 47 of file 006-is_integer_v.cpp.

Here is the caller graph for this function:

◆ main()

int main ( )

Definition at line 80 of file 006-is_integer_v.cpp.

Here is the call graph for this function: