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
18{
19 std::cout << std::boolalpha;
20
21}
22
23int main()
24{
26}
void examples_for_types()
Definition: 003-types.cpp:17
int main()
Definition: 003-types.cpp:23
auto & cout
Type functions are implemented.