The cpp SkAutoTUnref.reset function is used to reset the smart pointer to a new object. It releases the current object and replaces it with a new object. This function is commonly used in C++ to manage the lifetime and ownership of objects, automatically freeing the memory associated with the previous object.
C++ (Cpp) SkAutoTUnref::reset - 17 examples found. These are the top rated real world C++ (Cpp) examples of SkAutoTUnref::reset extracted from open source projects. You can rate examples to help us improve the quality of examples.