6 #ifndef IROHA_SOCI_STD_STRING_VIEW_HPP 7 #define IROHA_SOCI_STD_STRING_VIEW_HPP 9 #include <soci/type-conversion-traits.h> 11 #include <string_view> 18 struct type_conversion<
22 std::is_same_v<std::decay_t<T>, std::string_view> or
23 std::is_same_v<std::decay_t<T>, shared_model::interface::types::PublicKeyHexStringView>
30 std::string_view &out) {
35 static void to_base(std::string_view
const &in,
std::string base_type
Definition: soci_string_view.hpp:26
static void to_base(std::string_view const &in, base_type &out, indicator &ind)
Definition: soci_string_view.hpp:35
static void from_base(base_type const &in, indicator ind, std::string_view &out)
Definition: soci_string_view.hpp:28
Definition: pool_wrapper.hpp:11