template<>
daw::json::json_data_contract<RightBoundSegment> 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(RightBoundSegment const& seg) -> auto constexpr