uniq_key.h 176 B

123456789101112
  1. //
  2. // Created by zx on 2020/8/10.
  3. //
  4. #ifndef NNXX_TESTS_UNIQ_KEY_H
  5. #define NNXX_TESTS_UNIQ_KEY_H
  6. #include <string>
  7. std::string create_key();
  8. #endif //NNXX_TESTS_UNIQ_KEY_H