MVault
1.0.0
Simple c++ database
Loading...
Searching...
No Matches
Source
Uuid
Uuid.h
1
#pragma once
2
3
#include <string>
4
#include <random>
5
6
namespace
mvlt
7
{
13
std::string ToHex(std::uint64_t digit)
noexcept
;
14
20
std::string Uuid() noexcept;
21
32
std::
string
GenTmpFileName(const std::
string
& prefix = "") noexcept;
33
}
Generated by
1.9.8