![]() |
MySQL 9.6.0
Source Code Documentation
|
Experimental API header. More...
Go to the source code of this file.
Namespaces | |
| namespace | mysql |
| namespace | mysql::utils |
Functions | |
| template<mysql::meta::Is_charlike Char_t = char> | |
| Char_t & | mysql::utils::char_cast (mysql::meta::Is_charlike auto &ref) |
| template<mysql::meta::Is_charlike Char_t = char> | |
| const Char_t & | mysql::utils::char_cast (const mysql::meta::Is_charlike auto &ref) |
| template<mysql::meta::Is_charlike Char_t = char> | |
| Char_t * | mysql::utils::char_cast (mysql::meta::Is_charlike auto *ptr) |
| template<mysql::meta::Is_charlike Char_t = char> | |
| const Char_t * | mysql::utils::char_cast (const mysql::meta::Is_charlike auto *ptr) |
| template<class Type_t > | |
| decltype(auto) | mysql::utils::uchar_cast (Type_t &&value) |
Shorthand for char_cast<unsigned char>. More... | |
| template<class Type_t > | |
| decltype(auto) | mysql::utils::byte_cast (Type_t &&value) |
Shorthand for char_cast<std::byte>. More... | |
Experimental API header.