libpqxx  7.9.0
pqxx::zview Member List

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

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