![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
Examples for types::is_operable_v. More...
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 () |
Examples for types::is_operable_v.
Definition in file 008-is_operable_v.cpp.
| void examples_is_operable_t | ( | ) |
Definition at line 37 of file 008-is_operable_v.cpp.
| examples_is_operable_v | ( | ) |
Test is_operable_v type function.
Definition at line 23 of file 008-is_operable_v.cpp.
| int main | ( | ) |