Like std::is_pointer and std::is_integral, how to implement std::is_cstring_pointer?
std::is_pointer
std::is_integral
std::is_cstring_pointer
I want to check the pointer is a c type string pointer or not, is it possible?
How to achieve this goal?
Aucun commentaire:
Enregistrer un commentaire