MySQL 9.3.0
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
generate_uuid.h File Reference
#include <array>
#include <cinttypes>
#include <random>

Go to the source code of this file.

Namespaces

namespace  helper
 

Typedefs

using helper::UUID = std::array< uint8_t, 16 >
 

Functions

UUID helper::generate_uuid_v4 ()
 
std::string helper::to_uuid_string (const UUID &uuid)