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

Examples for types::is_operable_v. More...

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

Go to the source code of this file.

Functions

void examples_is_operable_v ()
 Test is_operable_v type function. More...
 
void examples_is_operable_t ()
 
int main ()
 

Detailed Description

Examples for types::is_operable_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-13

Definition in file 008-is_operable_v.cpp.

Function Documentation

◆ examples_is_operable_t()

void examples_is_operable_t ( )

Definition at line 37 of file 008-is_operable_v.cpp.

◆ examples_is_operable_v()

examples_is_operable_v ( )

Test is_operable_v type function.

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

Here is the caller graph for this function:

◆ main()

int main ( )

Definition at line 44 of file 008-is_operable_v.cpp.

Here is the call graph for this function: