9#ifndef PQXX_H_ENCODING_GROUP
10#define PQXX_H_ENCODING_GROUP
18enum class encoding_group
53 std::size_t(
char const buffer[], std::size_t buffer_len, std::size_t start);
71 std::size_t(std::string_view haystack, std::size_t start);
Internal items for libpqxx' own use. Do not use these yourself.
Definition: encodings.cxx:33
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:53
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:71