|
libpqxx
The C++ client library for PostgreSQL
|
#include <cstddef>Go to the source code of this file.
Namespaces | |
| pqxx::internal | |
| Internal items for libpqxx' own use. Do not use these yourself. | |
Typedefs | |
| using | pqxx::internal::glyph_scanner_func = std::size_t(char const buffer[], std::size_t buffer_len, std::size_t start) |
| Function type: "find the end of the current glyph.". More... | |
| using | pqxx::internal::char_finder_func = std::size_t(std::string_view haystack, std::size_t start) |
| Function type: "find first occurrence of specific any of ASCII characters.". More... | |