MVault 1.0.0
Simple c++ database
Loading...
Searching...
No Matches
Uuid.h
1#pragma once
2
3#include <string>
4#include <random>
5
6namespace 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}