LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::qn::SupportResult Struct Reference

The outcome of the gate: the verdict, the offending features, the message. More...

#include <line/lang/qn/feature_set.h>

Collaboration diagram for line::qn::SupportResult:

Public Attributes

bool ok = true
std::vector< Featuremissing
 used but not declared, in registry order
std::string reason
 empty when ok

Detailed Description

The outcome of the gate: the verdict, the offending features, the message.

Definition at line 456 of file feature_set.h.

Member Data Documentation

◆ missing

std::vector<Feature> line::qn::SupportResult::missing

used but not declared, in registry order

Definition at line 458 of file feature_set.h.

Referenced by line::qn::feature_set_supports().

◆ ok

bool line::qn::SupportResult::ok = true

◆ reason

std::string line::qn::SupportResult::reason

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