|
static char * | into_buf (char *begin, char *end, std::variant< T... > const &value) |
|
static zview | to_buf (char *begin, char *end, std::variant< T... > const &value) |
|
static std::size_t | size_buffer (std::variant< T... > const &value) noexcept |
|
static std::variant< T... > | from_string (std::string_view)=delete |
|
◆ from_string()
template<typename... T>
static std::variant< T... > pqxx::string_traits< std::variant< T... > >::from_string |
( |
std::string_view |
| ) |
|
|
staticdelete |
There's no from_string for std::variant. We could have one with a rule like "pick the first type which fits the value," but we'd have to look into how natural that API feels to users.
◆ converts_to_string
Initial value:{
static constexpr bool converts_to_string
Is conversion from TYPE to strings supported?
Definition strconv.hxx:158
The documentation for this struct was generated from the following file:
- /builddir/build/BUILD/libpqxx-7.9.1/redhat-linux-build/include/pqxx/internal/conversions.hxx