template<>
daw::json::json_data_contract<ReservoirSeepageSegment> struct

Public types

using type = json_member_list<json_number<"volume", Real>, json_number<"slope", Real>, json_number<"constant", Real>>

Public static functions

static auto to_json_data(ReservoirSeepageSegment const& seg) -> auto constexpr