20#ifndef ORES_VARIABILITY_DOMAIN_FEATURE_FLAGS_JSON_HPP
21#define ORES_VARIABILITY_DOMAIN_FEATURE_FLAGS_JSON_HPP
25#include "ores.variability/domain/feature_flags.hpp"
Domain types for system variability.
Definition feature_flags.hpp:26
std::string convert_to_json(const feature_flags &v)
Dumps the feature flags object to a stream in JSON format.
Definition feature_flags_json.cpp:28