Lightweight 0.1.0
Loading...
Searching...
No Matches
SqlGuid Struct Reference

#include <SqlGuid.hpp>

Public Member Functions

constexpr std::weak_ordering operator<=> (SqlGuid const &other) const noexcept=default
 
constexpr bool operator== (SqlGuid const &other) const noexcept
 
constexpr bool operator!= (SqlGuid const &other) const noexcept
 
constexpr operator bool () const noexcept
 
constexpr bool operator! () const noexcept
 

Static Public Member Functions

static SqlGuid Create () noexcept
 Creates a new non-empty GUID.
 
static std::optional< SqlGuidTryParse (std::string_view const &text) noexcept
 Parses a GUID from a string.
 
static SqlGuid constexpr UnsafeParse (std::string_view const &text) noexcept
 Parses a GUID from a string. Use with caution and always prefer TryParse at all cost.
 

Public Attributes

uint8_t data [16] {}
 

Detailed Description

Represents a GUID (Globally Unique Identifier).

Definition at line 15 of file SqlGuid.hpp.

Member Function Documentation

◆ UnsafeParse()

constexpr SqlGuid SqlGuid::UnsafeParse ( std::string_view const &  text)
staticconstexprnoexcept

Parses a GUID from a string. Use with caution and always prefer TryParse at all cost.

Definition at line 53 of file SqlGuid.hpp.

◆ operator==()

constexpr bool SqlGuid::operator== ( SqlGuid const &  other) const
inlineconstexprnoexcept

Definition at line 30 of file SqlGuid.hpp.

◆ operator!=()

constexpr bool SqlGuid::operator!= ( SqlGuid const &  other) const
inlineconstexprnoexcept

Definition at line 35 of file SqlGuid.hpp.

◆ operator bool()

constexpr SqlGuid::operator bool ( ) const
inlineexplicitconstexprnoexcept

Definition at line 41 of file SqlGuid.hpp.

◆ operator!()

constexpr bool SqlGuid::operator! ( ) const
inlineconstexprnoexcept

Definition at line 47 of file SqlGuid.hpp.

Member Data Documentation

◆ data

uint8_t SqlGuid::data[16] {}

Definition at line 17 of file SqlGuid.hpp.


The documentation for this struct was generated from the following file: