#include <SqlGuid.hpp>
|
static SqlGuid | Create () noexcept |
| Creates a new non-empty GUID.
|
|
static std::optional< SqlGuid > | TryParse (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.
|
|
Represents a GUID (Globally Unique Identifier).
Definition at line 15 of file SqlGuid.hpp.
◆ 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 |
◆ operator!=()
constexpr bool SqlGuid::operator!= |
( |
SqlGuid const & |
other | ) |
const |
|
inlineconstexprnoexcept |
◆ operator bool()
constexpr SqlGuid::operator bool |
( |
| ) |
const |
|
inlineexplicitconstexprnoexcept |
◆ operator!()
constexpr bool SqlGuid::operator! |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ data
uint8_t SqlGuid::data[16] {} |
The documentation for this struct was generated from the following file: