mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
Adds a concept `CameraEngineConcept` to ensure that camera engine implementations provide the necessary functions with the correct signatures and `noexcept` specifications. This enables compile-time checks for valid camera engine implementations, improving code reliability and preventing runtime errors.