20#ifndef ORES_VARIABILITY_DOMAIN_SYSTEM_SETTING_JSON_IO_HPP
21#define ORES_VARIABILITY_DOMAIN_SYSTEM_SETTING_JSON_IO_HPP
26#include "ores.variability.api/domain/system_setting.hpp"
33std::ostream&
operator<<(std::ostream& s,
const system_setting& v);
Domain types for system variability.
Definition ores.variability.api.domain.hpp:27
std::string convert_to_json(const system_setting &v)
Converts a system_setting to a JSON string.
Definition system_setting_json_io.cpp:34
std::ostream & operator<<(std::ostream &s, const system_setting &v)
Dumps a system_setting object to a stream in JSON format.
Definition system_setting_json_io.cpp:29