userver: userver/utils/uuid7.hpp Source File
Loading...
Searching...
No Matches
uuid7.hpp
Go to the documentation of this file.
1#pragma once
2
3/// @file utils/uuid7.hpp
4/// @brief @copybrief utils::generators::GenerateUuidV7
5/// @ingroup userver_universal
6
7#include <string>
8
9USERVER_NAMESPACE_BEGIN
10
11namespace utils::generators {
12
13/// @brief Generate a UUIDv7 string
14std::string GenerateUuidV7();
15
16} // namespace utils::generators
17
18USERVER_NAMESPACE_END