throwing_ptr
Smart pointers that throw on dereference if null
Functions
unique_ptr_s_copy_assignment.cpp File Reference

Go to the source code of this file.

Functions

int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 8 of file unique_ptr_s_copy_assignment.cpp.

8  {
9  // cannot assign from unique_ptr to another
12  to = from;
13  return 0;
14 }
unique_ptr that manages a single object
Definition: unique_ptr.hpp:38