![]() |
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 | CopyOrMove |
Functions | |
| CopyOrMove | make_copy_or_move (int n) |
| void | don_t_do_this () |
| void | better_but_not_perfect () |
| void | do_this () |
| int | main () |
Variables | |
| tpf::sstream | stream |
| auto | endl = tpf::endl |
| void better_but_not_perfect | ( | ) |
Definition at line 76 of file 041-move_semantic.cpp.
| void do_this | ( | ) |
| void don_t_do_this | ( | ) |
| int main | ( | ) |
| CopyOrMove make_copy_or_move | ( | int | n | ) |
Definition at line 61 of file 041-move_semantic.cpp.
| auto endl = tpf::endl |
Definition at line 4 of file 041-move_semantic.cpp.
| tpf::sstream stream |
Definition at line 3 of file 041-move_semantic.cpp.