31 #ifndef LEDGER_CORE_SOCI_OPTION_H 32 #define LEDGER_CORE_SOCI_OPTION_H 34 #include <type-conversion-traits.h> 35 #include <utils/Option.hpp> 38 struct type_conversion<
ledger::core::Option<T>> {
39 typedef typename type_conversion<T>::base_type base_type;
47 type_conversion<T>::from_base(in, ind, tmp);
54 type_conversion<T>::to_base(in.getValue(), out, ind);
65 #endif //LEDGER_CORE_SOCI_OPTION_H Definition: Option.hpp:49
Definition: Account.cpp:8
Definition: soci-proxy.h:73