...
This commit is contained in:
@@ -41,6 +41,7 @@ concept mcc_mount_state_c = requires(T t, const T t_const) {
|
||||
|
||||
{ t.enter() } -> std::same_as<void>;
|
||||
{ t.exit() } -> std::same_as<void>;
|
||||
{ t.stop() } -> std::same_as<void>;
|
||||
};
|
||||
|
||||
} // namespace traits
|
||||
|
||||
Reference in New Issue
Block a user