14 #include "pqxx/compiler-public.hxx" 16 #include <string_view> 32 class zview :
public std::string_view
35 template<
typename... Args>
36 explicit constexpr
zview(Args &&... args) :
37 std::string_view(std::forward<Args>(args)...)
41 [[nodiscard]] constexpr
char const *
c_str() const noexcept {
return data(); }
constexpr zview(Args &&... args)
Definition: zview.hxx:36
Marker-type wrapper: zero-terminated std::string_view.
Definition: zview.hxx:32
constexpr char const * c_str() const noexcept
Either a null pointer, or a zero-terminated text buffer.
Definition: zview.hxx:41
Dedicated namespace for helper types related to prepared statements.
Definition: array.hxx:25