CppCommon  1.0.4.1
C++ Common Library
Classes | Namespaces | Functions
uuid.h File Reference

Universally unique identifier (UUID) definition. More...

#include "errors/exceptions.h"
#include <array>
#include <string>
#include "uuid.inl"

Go to the source code of this file.

Classes

class  CppCommon::UUID
 Universally unique identifier (UUID) More...
 

Namespaces

 CppCommon
 C++ Common project definitions.
 

Functions

constexpr CppCommon::UUID operator""_uuid (const char *uuid, size_t size)
 Initialize UUID with a given string literal. More...
 

Detailed Description

Universally unique identifier (UUID) definition.

Author
Ivan Shynkarenka
Date
18.08.2016

Definition in file uuid.h.

Function Documentation

◆ operator""_uuid()

constexpr CppCommon::UUID operator""_uuid ( const char *  uuid,
size_t  size 
)
constexpr

Initialize UUID with a given string literal.

Parameters
uuid- UUID string literal
size- UUID string literal size

Definition at line 128 of file uuid.h.