Code: C++: Ownership/RAII

Todo

Use this file to further describe what’s there

ADD_EXECUTABLE(10-alloc 10-alloc.cc)
ADD_EXECUTABLE(20-own 20-own.cc)
ADD_EXECUTABLE(30-maybe-own--non-const-non-const 30-maybe-own--non-const-non-const.cc)
ADD_EXECUTABLE(40-maybe-own--const-method 40-maybe-own--const-method.cc)
ADD_EXECUTABLE(50-own--const-const 50-own--const-const.cc)
.
├── 10-alloc.cc
├── 20-own.cc
├── 30-maybe-own--non-const-non-const.cc
├── 40-maybe-own--const-method.cc
├── 50-own--const-const.cc
├── CMakeLists.txt
└── index.rst

1 directory, 7 files