This commit is contained in:
2025-05-13 17:45:19 +03:00
parent b610a38682
commit 00cf1834e9
4 changed files with 25 additions and 7 deletions

View File

@@ -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