libpqxx
The C++ client library for PostgreSQL
Loading...
Searching...
No Matches
pqxx::string_traits< std::string_view > Struct Reference

String traits for string_view. More...

Static Public Member Functions

static constexpr std::size_t size_buffer (std::string_view const &value) noexcept
 
static charinto_buf (char *begin, char *end, std::string_view const &value)
 
static zview to_buf (char *begin, char *end, std::string_view const &value)
 
static std::string_view from_string (std::string_view)=delete
 Don't convert to this type; it has nowhere to store its contents.
 

Static Public Attributes

static constexpr bool converts_to_string {true}
 
static constexpr bool converts_from_string {false}
 

Detailed Description

String traits for string_view.


The documentation for this struct was generated from the following file: