CIRCT  19.0.0git
circt::ssp::Default< ProblemT > Struct Template Reference

Dummy struct to query a problem's default properties (i.e. More...

#include <Utilities.h>

Detailed Description

template<typename ProblemT>
struct circt::ssp::Default< ProblemT >

Dummy struct to query a problem's default properties (i.e.

all input and solution properties). Specializations shall provide the following definitions:

static constexpr auto operationProperties = std::make_tuple(...);
static constexpr auto operatorTypeProperties = std::make_tuple(...);
static constexpr auto dependenceProperties = std::make_tuple(...);
static constexpr auto instanceProperties = std::make_tuple(...);

Definition at line 429 of file Utilities.h.


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