.. index:: pair: struct; P1::CameraSdkC::ScopedCleanup .. _doxid-struct_p1_1_1_camera_sdk_c_1_1_scoped_cleanup: template struct P1::CameraSdkC::ScopedCleanup ============================================= .. toctree:: :hidden: Automatically calls Delete() on the the templated object, when it goes out-of-scope. .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include template struct ScopedCleanup { // fields T :target:`mObject`; // methods T& :target:`PassOwnerShip`(); const T* :target:`operator ->` () const; };