...
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user