PMT Renovated main-branch
Partition Manager Tool is a fast, reliable, and feature-rich CLI application for Android devices that enables advanced partition operations such as backup, flashing, erasing, information retrieval, and more.
Loading...
Searching...
No Matches
Helper::CleanupTraits< T > Struct Template Reference

It offers a ready-made cleanup() function. It is used by other classes. The default defination takes the type pointer and clears it with delete. More...

#include <management.hpp>

Static Public Member Functions

static void cleanup (const T *ptr)
 

Detailed Description

template<typename T>
struct Helper::CleanupTraits< T >

It offers a ready-made cleanup() function. It is used by other classes. The default defination takes the type pointer and clears it with delete.

Template Parameters
TType.
Note
This class has overloads for DIR, FILE, and arrays. However, they are not included in this documentation. Please refer to the code.

The documentation for this struct was generated from the following file: