9#ifndef PQXX_H_ENCODING_GROUP
10#define PQXX_H_ENCODING_GROUP
18enum class encoding_group
Internal items for libpqxx' own use. Do not use these yourself.
Definition encodings.cxx:33
std::size_t(std::string_view haystack, std::size_t start) char_finder_func
Function type: "find first occurrence of specific any of ASCII characters.".
Definition encoding_group.hxx:70
std::size_t(char const buffer[], std::size_t buffer_len, std::size_t start) glyph_scanner_func
Function type: "find the end of the current glyph.".
Definition encoding_group.hxx:52
constexpr char array_separator
Element separator between SQL array elements of this type.
Definition strconv.hxx:559