![]() |
MySQL 9.6.0
Source Code Documentation
|
True if Test has a data() member function that returns char, unsigned char, or std::byte, and has a size() member functions returning std::size_t. More...
#include <is_charlike.h>
True if Test has a data() member function that returns char, unsigned char, or std::byte, and has a size() member functions returning std::size_t.
This is useful to define APIs that take a "string", uses only the data and size members, and don't care if it is represented as std::string, std::string_view, or something else that has these members.