xentara-utils v2.0.4
The Xentara Utility Library
|
Inline namespace containing literals for UUIDs. More...
Functions | |
consteval auto | operator""_uuid (const char *string, std::size_t size) -> utils::core::Uuid |
Literal operator for creating literal UUIDs. | |
Inline namespace containing literals for UUIDs.
This inline namespace contains user defined literals for constructing literals of type xentara::utils::core::Uuid.
You can use any of the following using-directives to gain access to the user defined literals in this namespace:
using namespace xentara::literals;
using namespace xentara::uuid_literals;
consteval auto xentara::literals::uuid_literals::operator""_uuid | ( | const char * | string, |
std::size_t | size | ||
) | -> utils::core::Uuid |
Literal operator for creating literal UUIDs.