![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
#include <tpf_output.hpp>Go to the source code of this file.
Classes | |
| class | DummyClass< ElementType > |
Functions | |
| void | understand_uncaught_return_value () |
| void | test_function_returning_an_rvalue_reference () |
| void | misfortune () |
| void | the_correct_way () |
| int | main () |
Variables | |
| tpf::sstream | stream |
| auto | endl = tpf::endl |
| int main | ( | ) |
| void misfortune | ( | ) |
| void test_function_returning_an_rvalue_reference | ( | ) |
| void the_correct_way | ( | ) |
Definition at line 192 of file 04-unique_ptr.cpp.
| void understand_uncaught_return_value | ( | ) |
| auto endl = tpf::endl |
Definition at line 28 of file 04-unique_ptr.cpp.
| tpf::sstream stream |
Definition at line 27 of file 04-unique_ptr.cpp.