From 2d8e3ca08c35c66f763d9a014a2c46c69ec6fb69 Mon Sep 17 00:00:00 2001 From: MrQuansy Date: Sun, 7 Jul 2024 17:03:58 +0800 Subject: [PATCH] add --- include/utils/random.h | 8 ++++++++ include/utils/scope_guard.h | 8 ++++++++ include/utils/unique_id_holder.h | 8 ++++++++ 3 files changed, 24 insertions(+) create mode 100644 include/utils/random.h create mode 100644 include/utils/scope_guard.h create mode 100644 include/utils/unique_id_holder.h diff --git a/include/utils/random.h b/include/utils/random.h new file mode 100644 index 0000000..588a1a7 --- /dev/null +++ b/include/utils/random.h @@ -0,0 +1,8 @@ +// +// Created by 权思屹 on 2024/6/6. +// + +#ifndef DEV_LIB_RANDOM_H +#define DEV_LIB_RANDOM_H + +#endif //DEV_LIB_RANDOM_H diff --git a/include/utils/scope_guard.h b/include/utils/scope_guard.h new file mode 100644 index 0000000..9f46b4f --- /dev/null +++ b/include/utils/scope_guard.h @@ -0,0 +1,8 @@ +// +// Created by 权思屹 on 2024/6/5. +// + +#ifndef DEV_LIB_SCOPE_GUARD_H +#define DEV_LIB_SCOPE_GUARD_H + +#endif //DEV_LIB_SCOPE_GUARD_H diff --git a/include/utils/unique_id_holder.h b/include/utils/unique_id_holder.h new file mode 100644 index 0000000..39bc88b --- /dev/null +++ b/include/utils/unique_id_holder.h @@ -0,0 +1,8 @@ +// +// Created by 权思屹 on 2024/6/6. +// + +#ifndef DEV_LIB_UNIQUE_ID_HOLDER_H +#define DEV_LIB_UNIQUE_ID_HOLDER_H + +#endif //DEV_LIB_UNIQUE_ID_HOLDER_H