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::HasCStrFunction Concept Reference

Checks whether the input type provides a c_str() member function. More...

#include <definations.hpp>

Concept definition

template<typename T>
concept Helper::HasCStrFunction = requires(T v) {
}
Checks whether the input type provides a c_str() member function.
Definition definations.hpp:60
T forward(T... args)

Detailed Description

Checks whether the input type provides a c_str() member function.

Template Parameters
TInput type.