This commit is contained in:
2025-07-08 16:21:03 +03:00
parent c7693b7fea
commit 646b0bde50
9 changed files with 413 additions and 56 deletions

View File

@@ -15,8 +15,8 @@ namespace traits
template <typename T>
concept mcc_mount_config_c = requires(T t) {
{ t.astromEngine() } -> traits::mcc_astrom_engine_c;
{ t.hardware() } -> traits::mcc_mount_hardware_c;
{ t.astromEngine() } -> mcc_astrom_engine_c;
{ t.hardware() } -> mcc_mount_hardware_c;
};
} // namespace traits