|
libpqxx
The C++ client library for PostgreSQL
|
#include <cstddef>Go to the source code of this file.
Namespaces | |
| namespace | pqxx |
| The home of all libpqxx classes, functions, templates, etc. | |
| namespace | pqxx::internal |
| Internal items for libpqxx' own use. Do not use these yourself. | |
Typedefs | |
| using | pqxx::internal::glyph_scanner_func |
| Function type: "find the end of the current glyph.". | |
| using | pqxx::internal::char_finder_func |
| Function type: "find first occurrence of specific any of ASCII characters.". | |