| 58 | } |
| 59 | |
| 60 | void register_backend(const backend_families& bf, const shared_ptr<AbstractStateGenerator>& gen) { |
| 61 | get_backend_library().add_backend(bf, gen); |
| 62 | }; |
| 63 | |
| 64 | // Default implementation of the options-aware factory entry-point. |
| 65 | // Forwards to the no-options overload when `options_json` is empty or |
no test coverage detected