Code: C++: Smart Pointers¶
Todo
Use this file to further describe what’s there
ADD_EXECUTABLE(c++-smartpointers ownership.cc)
TARGET_LINK_LIBRARIES(c++-smartpointers GTest::Main)
.
├── CMakeLists.txt
├── data.h
├── index.rst
└── ownership.cc
0 directories, 4 files