layout source from main
This commit is contained in:
14
src/util/id_util.hpp
Normal file
14
src/util/id_util.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace lm {
|
||||
|
||||
class IdUtil
|
||||
{
|
||||
public:
|
||||
static std::string newId();
|
||||
static std::string nowIso8601();
|
||||
};
|
||||
|
||||
} // namespace lm
|
||||
Reference in New Issue
Block a user