|
libpqxx
The C++ client library for PostgreSQL
|
String traits for zview.
More...
#include <conversions.hxx>
Static Public Member Functions | |
| static constexpr PQXX_INLINE_ONLY std::size_t | size_buffer (std::string_view const &value) noexcept |
| static constexpr zview | to_buf (std::span< char >, zview const &value, ctx={}) |
| static zview | from_string (std::string_view, ctx={})=delete |
| Don't convert to this type. There may not be a terminating zero. More... | |
String traits for zview.
|
staticdelete |
Don't convert to this type. There may not be a terminating zero.
There is no valid way to figure out here whether there is a terminating zero. Even if there is one, that may just be the first byte of an entirely separately allocated piece of memory.
|
inlinestaticconstexprnoexcept |
|
inlinestaticconstexpr |