Struct Context::Options¶
Defined in File context.hpp
Nested Relationships¶
This struct is a nested type of Class Context.
Struct Documentation¶
-
struct Options
Public Members
-
std::shared_ptr<OpRegistry> op_registry_ptr = nullptr
shared pointer to operator registry
-
std::optional<OpRegistry> op_registry = std::nullopt
optional operator registry, use if no shared pointer is provided
-
std::shared_ptr<OpRegistry> op_registry_ptr = nullptr