SmartPointer - GerdHirsch/Cpp-TemplateBasics GitHub Wiki

The Project SmartPointer demonstrates some implementation techniques for std::unique_ptr and std::shared_ptr, exceptions in constructors and templatized conversion constructurs to enable standard conversions between pointers.