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

Public types

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

Public static functions

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