#include <gtopt/json/json_variable_scale.hpp>
template<>
json_data_contract<VariableScale> struct
Public types
-
using type = json_member_list<json_string<"class_name", gtopt::
Name>, json_string<"variable", gtopt:: Name>, json_number<"uid", gtopt:: Uid>, json_number<"scale", gtopt:: Real>, json_string_null<"name", gtopt:: Name>>
Public static functions
- static auto to_json_data(VariableScale const& vs) -> auto constexpr