C++ Library Extensions 2022.12.09
To help learn modern C++ programming
004-output.cpp
Go to the documentation of this file.
1
12#include <vector>
13#include <tpf_output.hpp>
14
16{
17 using namespace tpf::output;
18
19
20
21}
22
23int main()
24{
25 // tpf::conversion::load_default_locale(true);
26
27
29}
void test_output()
Definition: 004-output.cpp:15
int main()
Definition: 004-output.cpp:23
Stream output operators are defined.
Definition: tpf_output.hpp:58
Stream output operators << are implemented.