![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
Public Member Functions | |
ClsType () | |
ClsType (int value) | |
move_type_t | get_member () |
ClsType (int member=int{}) | |
~ClsType () | |
ClsType () | |
ClsType (const ClsType &rhs) | |
ClsType (ClsType &&rhs) | |
void | some_operation () |
~ClsType () | |
Public Attributes | |
move_type_t | m_member |
Friends | |
std::ostream & | operator<< (std::ostream &os, const ClsType &t) |
Definition at line 8 of file 068-move.cpp.
|
inline |
Definition at line 14 of file 068-move.cpp.
|
inline |
Definition at line 16 of file 068-move.cpp.
|
inline |
Definition at line 68 of file 040-placement_new.cpp.
|
inline |
Definition at line 73 of file 040-placement_new.cpp.
|
inline |
Definition at line 94 of file 043-ownership.cpp.
|
inline |
Definition at line 99 of file 043-ownership.cpp.
|
inline |
Definition at line 104 of file 043-ownership.cpp.
|
inline |
Definition at line 115 of file 043-ownership.cpp.
|
inline |
Definition at line 19 of file 068-move.cpp.
|
inline |
|
friend |
Definition at line 78 of file 040-placement_new.cpp.
|
mutable |
Definition at line 11 of file 068-move.cpp.