Blame view

src/util/util_tools.h 76 Bytes
6fdcb6a5   Hu Chunming   初次提交,代码大体完成编写,完善中
1
2
3
4
5
6
  #include <chrono>
  
  
  namespace UtilTools{
      long long get_cur_time_ms();
  }