ReUseX  0.0.5
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
guid.hpp
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2025 Povl Filip Sonne-Frederiksen
2// SPDX-License-Identifier: GPL-3.0-or-later
3
4#pragma once
5
6#include <string>
7
8namespace reusex::core {
9
16std::string generate_guid();
17
18} // namespace reusex::core
std::string generate_guid()
Generate a fresh UUID-v4-like identifier (36-char, hyphenated hex).