Features
|
#include <features.hpp>
Public Attributes | |
std::set< std::string > | intersections |
std::set< std::string > | unions |
Represents a single set difference expression of systems.
std::set<std::string> features::systems_difference_t::intersections |
Names of the systems with features that must be intersected, that is, the left operand of the set difference.
std::set<std::string> features::systems_difference_t::unions |
Names of the system with features that must be united, that is, the right operand of the set difference.