PMT Renovated main
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::Deletable Concept Reference

The deletionability of the entry is checked using the delete key. This check is performed using CleanupTraits. It is used by other classes. More...

#include <management.hpp>

Concept definition

template<typename T>
The deletionability of the entry is checked using the delete key. Only for arrays!...
Definition management.hpp:92
The deletionability of the entry is checked using the delete key. This check is performed using Clean...
Definition management.hpp:102
The deletionability of the entry is checked using the delete key. Only for pointers/classes!...
Definition management.hpp:83

Detailed Description

The deletionability of the entry is checked using the delete key. This check is performed using CleanupTraits. It is used by other classes.

Template Parameters
TVariable/type.
Note
This concept handles both PointerDeletable and ArrayDeletable controls.