|
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.
|
Add the const qualifier if input type is char*.
More...
#include <definations.hpp>
Public Types | |
| using | type = T |
Related Symbols | |
(Note that these are not member symbols.) | |
| template<typename T > | |
| using | ConstIfCharPointer_t = ConstIfCharPointer< T >::type |
Shorcut of ConstIfCharPointer<T>::type. | |
Add the const qualifier if input type is char*.
| T | Input type. |
char*, type is directly determined as the input type.
|
related |
Shorcut of ConstIfCharPointer<T>::type.