StormByte C++ Library 0.0.9999
StormByte is a comprehensive, cross-platform C++ library aimed at easing system programming, configuration management, logging, and database handling tasks. This library provides a unified API that abstracts away the complexities and inconsistencies of different platforms (Windows, Linux).
Loading...
Searching...
No Matches
uuid.hxx
1#pragma once
2
3#include <StormByte/visibility.h>
4
5#include <string>
6
14namespace StormByte {
25 STORMBYTE_PUBLIC std::string GenerateUUIDv4() noexcept;
26}
Main namespace for the StormByte library.
STORMBYTE_PUBLIC std::string GenerateUUIDv4() noexcept
Generate a RFC4122-compliant UUID version 4 string.