|
libpqxx
The C++ client library for PostgreSQL
|
Wrapper struct template for "find next glyph" functions. More...
#include <encodings.hxx>
Static Public Member Functions | |
| static constexpr std::size_t | call (std::string_view, std::size_t start, sl) |
Find the next glyph in buffer after position start. More... | |
Wrapper struct template for "find next glyph" functions.
When we use this, all we really want is a function pointer. But that won't work, because the template specialisation we use will only work (under current C++ rules) for a struct or class, not for a function.
|
inlinestaticconstexpr |
Find the next glyph in buffer after position start.
The starting point must lie inside the view.