|
|
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 |
| |
|
| static constexpr bool | converts_to_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.
Initial value:{
(string_traits<T>::converts_to_string and ...)}
The documentation for this struct was generated from the following file:
- /tmp/B.wtl4htcz/BUILD/libpqxx-7.10.3-build/libpqxx-7.10.3/include/pqxx/internal/conversions.hxx