Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions include/utils/random.h
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions include/utils/scope_guard.h
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions include/utils/unique_id_holder.h
Original file line number Diff line number Diff line change
@@ -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