template<>
json_data_contract<RightBoundRule> struct
Public types
- using constructor_t = RightBoundRuleConstructor
-
using type = json_member_list<json_variant_null<"reservoir", OptSingleId, jvtl_
SingleId>, json_array_null<"segments", std::vector<RightBoundSegment>, RightBoundSegment>, json_number_null<"cap", OptReal>, json_number_null<"floor", OptReal>>
Public static functions
- static auto to_json_data(RightBoundRule const& rule) -> auto constexpr