C++ Library Extensions
2022.12.09
To help learn modern C++ programming
003-types.cpp
Go to the documentation of this file.
1
12
#include <iostream>
13
#include <vector>
14
15
#include <
tpf_types.hpp
>
16
17
void
examples_for_types
()
18
{
19
std::cout
<< std::boolalpha;
20
21
}
22
23
int
main
()
24
{
25
examples_for_types
();
26
}
examples_for_types
void examples_for_types()
Definition:
003-types.cpp:17
main
int main()
Definition:
003-types.cpp:23
cout
auto & cout
Definition:
044-functional.cpp:3
tpf_types.hpp
Type functions are implemented.
CppExtension
examples
003-types.cpp
Generated by
1.9.4