MySQL 9.6.0
Source Code Documentation
is_charlike.h File Reference

Experimental API header. More...

#include <concepts>
#include <cstddef>

Go to the source code of this file.

Namespaces

namespace  mysql
 
namespace  mysql::meta
 

Concepts

concept  mysql::meta::Is_charlike
 true if Test, with cvref removed, is char, unsigned char, or std::byte.
 
concept  mysql::meta::Is_pointer_to_charlike
 true if Test is pointer to char, unsigned char, or std::byte, and not any array.
 
concept  mysql::meta::Is_stringlike
 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.
 

Detailed Description

Experimental API header.