Features
Public Attributes | List of all members
features::systems_difference_t Struct Reference

#include <features.hpp>

Public Attributes

std::set< std::string > intersections
 
std::set< std::string > unions
 

Detailed Description

Represents a single set difference expression of systems.

Member Data Documentation

◆ intersections

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.

◆ unions

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.


The documentation for this struct was generated from the following file: