C++ Library Extensions 2022.12.09
To help learn modern C++ programming
068-move.cpp File Reference
#include <tpf_output.hpp>
Include dependency graph for 068-move.cpp:

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
 

Typedef Documentation

◆ move_type_t

using move_type_t = std::unique_ptr<int>

Definition at line 3 of file 068-move.cpp.

Function Documentation

◆ get_move_type()

void get_move_type ( move_type_t  mt)

Definition at line 36 of file 068-move.cpp.

Here is the caller graph for this function:

◆ main()

int main ( )

Definition at line 41 of file 068-move.cpp.

Here is the call graph for this function:

◆ make_member()

move_type_t make_member ( int  v)

Definition at line 29 of file 068-move.cpp.

Variable Documentation

◆ endl

auto endl = tpf::endl

Definition at line 6 of file 068-move.cpp.

◆ stream

tpf::sstream stream

Definition at line 5 of file 068-move.cpp.