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
15
void
test_output
()
16
{
17
using namespace
tpf::output
;
18
19
20
21
}
22
23
int
main
()
24
{
25
// tpf::conversion::load_default_locale(true);
26
27
28
test_output
();
29
}
test_output
void test_output()
Definition:
004-output.cpp:15
main
int main()
Definition:
004-output.cpp:23
tpf::output
Stream output operators are defined.
Definition:
tpf_output.hpp:58
tpf_output.hpp
Stream output operators << are implemented.
CppExtension
examples
004-output.cpp
Generated by
1.9.4