26 #include "antares/io/inputs/yml-model/Library.h"
27 #include "antares/study/system-model/valueType.h"
29 namespace Antares::ModelerStudy::SystemModel
31 inline std::ostream& operator<<(std::ostream& os,
const ValueType& value_type)
33 using namespace std::string_literals;
36 case ValueType::FLOAT:
39 case ValueType::INTEGER:
53 namespace Antares::IO::Inputs::YmlModel
55 inline std::ostream& operator<<(std::ostream& os,
const ValueType& value_type)
57 using namespace std::string_literals;
60 case ValueType::CONTINUOUS:
63 case ValueType::INTEGER: