Constructor * * @note Serves as a simpler delegate constructor * @note As context options, default conservative options will be used * * @param[in] target Target to create context for * @param[out] status Status information if requested */
| 377 | * @param[out] status Status information if requested |
| 378 | */ |
| 379 | explicit Context(Target target, StatusCode *status = nullptr) : Context(target, Options(), status) |
| 380 | { |
| 381 | } |
| 382 | /** Constructor |
| 383 | * |
| 384 | * @param[in] target Target to create context for |
nothing calls this directly
no test coverage detected