libpqxx
The C++ client library for PostgreSQL
pqxx::zview Member List

This is the complete list of members for pqxx::zview, including all inherited members.

c_str() const &noexceptpqxx::zviewinline
zview() noexcept=default (defined in pqxx::zview)pqxx::zview
zview(char const text[], std::ptrdiff_t len) noexcept(noexcept(std::string_view{text, static_cast< std::size_t >(len)}))pqxx::zviewinline
zview(char text[], std::ptrdiff_t len) noexcept(noexcept(std::string_view{text, static_cast< std::size_t >(len)}))pqxx::zviewinline
zview(std::string_view other) noexceptpqxx::zviewinlineexplicit
zview(Args &&...args)pqxx::zviewinlineexplicit
zview(std::string const &str) noexceptpqxx::zviewinline
zview(char const str[]) noexcept(noexcept(std::string_view{str}))pqxx::zviewinline
zview(char const (&literal)[size])pqxx::zviewinline