9void QPALM_ADAPTER_EXPORT
set_param(qpalm::Settings &t,
const json &j) {
13void QPALM_ADAPTER_EXPORT
get_param(
const qpalm::Settings &t, json &j) {
void get_param(const T &, json &j)
Get the first argument as a JSON object j.
void get_param_default(const T &t, json &j)
void set_param_default(T &t, const json &j)
void set_param(T &, const json &j)
Update/overwrite the first argument based on the JSON object j.