|
libpqxx
The C++ client library for PostgreSQL
|
String traits for string_view.
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 PQXX_INLINE_ONLY std::string_view | to_buf (std::span< char >, std::string_view const &value, ctx={}) |
| static PQXX_INLINE_ONLY std::string_view | from_string (std::string_view value, ctx={}) |
String traits for string_view.
std::string_view, _do not access the resulting view after the original string has been destroyed. The contents will no longer be valid, even though tests may not make this obvious.
|
inlinestatic |
|
inlinestaticconstexprnoexcept |
|
inlinestatic |