![]() |
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 | ClsType |
Typedefs | |
| using | move_type_t = std::unique_ptr< int > |
Functions | |
| move_type_t | make_member (int v) |
| void | get_move_type (move_type_t mt) |
| int | main () |
Variables | |
| tpf::sstream | stream |
| auto | endl = tpf::endl |
| using move_type_t = std::unique_ptr<int> |
Definition at line 3 of file 068-move.cpp.
| void get_move_type | ( | move_type_t | mt | ) |
| int main | ( | ) |
| move_type_t make_member | ( | int | v | ) |
Definition at line 29 of file 068-move.cpp.
| auto endl = tpf::endl |
Definition at line 6 of file 068-move.cpp.
| tpf::sstream stream |
Definition at line 5 of file 068-move.cpp.