C++ Library Extensions 2022.12.09
To help learn modern C++ programming
031-constructor.cpp
Go to the documentation of this file.
1#include <tpf_output.hpp>
2
3
6
7int which_func(const char* name)
8{
9 stream << name << endl;
10 return {};
11}
12
13void which_is_called_first(int a, int b)
14{
15
16}
17
19{
21}
22
23int main()
24{
26}
void test_which_called_first()
tpf::sstream stream
void which_is_called_first(int a, int b)
int which_func(const char *name)
auto endl
int main()
constexpr auto endl
Definition: tpf_output.hpp:973
Stream output operators << are implemented.