![]() |
MySQL 9.6.0
Source Code Documentation
|
Experimental API header. More...
#include "mysql/strconv/decode/parser.h"Go to the source code of this file.
Namespaces | |
| namespace | mysql |
| namespace | mysql::strconv |
Functions | |
| constexpr bool | mysql::strconv::is_space (int x) |
| Return true if the given character is a space character, i.e., ascii 9, 10, 11, 12, 13, or 32. More... | |
| void | mysql::strconv::skip_whitespace (Parser &parser) |
| Move the position forward until end or non-whitespace. More... | |
Experimental API header.