MySQL 9.6.0
Source Code Documentation
mysql::meta::Is_pointer_to_charlike Concept Reference

true if Test is pointer to char, unsigned char, or std::byte, and not any array. More...

#include <is_charlike.h>

Concept definition

template<class Test>
std::is_pointer_v<Test> && Is_charlike<std::remove_pointer_t<Test>>
true if Test, with cvref removed, is char, unsigned char, or std::byte.
Definition: is_charlike.h:51
true if Test is pointer to char, unsigned char, or std::byte, and not any array.
Definition: is_charlike.h:58

Detailed Description

true if Test is pointer to char, unsigned char, or std::byte, and not any array.