#include <conversions.hxx>
|
| static std::size_t | size_buffer (DATA const &value) noexcept |
| |
| static std::string_view | to_buf (std::span< char > buf, DATA const &value, ctx c={}) |
| |
| static DATA | from_string (std::string_view text, ctx c={}) |
| | Convert a string to binary data. More...
|
| |
◆ from_string()
Convert a string to binary data.
◆ size_buffer()
◆ to_buf()
template<binary DATA>
| static std::string_view pqxx::string_traits< DATA >::to_buf |
( |
std::span< char > |
buf, |
|
|
DATA const & |
value, |
|
|
ctx |
c = {} |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: