template<>
json_data_contract<ReservoirSeepage> struct
Public types
-
using type = json_member_list<json_number<"uid", Uid>, json_string<"name", Name>, json_variant_null<"active", OptActive, jvtl_
Active>, json_variant<"waterway", SingleId>, json_variant<"reservoir", SingleId>, json_variant_null<"slope", OptTRealFieldSched, jvtl_ TRealFieldSched>, json_variant_null<"constant", OptTRealFieldSched, jvtl_ TRealFieldSched>, json_array_null<"segments", std::vector<ReservoirSeepageSegment>, ReservoirSeepageSegment>>
Public static functions
- static auto to_json_data(ReservoirSeepage const& seepage) -> auto constexpr