operator<=> return type
This commit is contained in:
parent
405e76041c
commit
ecb3386b3a
2
P0959.md
2
P0959.md
@ -428,7 +428,7 @@ namespace std {
|
||||
|
||||
constexpr std::span<std::byte const, 16> as_bytes() const;
|
||||
|
||||
constexpr std::strong_equality operator<=>(uuid const&) const noexcept = default;
|
||||
constexpr std::strong_ordering operator<=>(uuid const&) const noexcept = default;
|
||||
|
||||
template <typename TChar>
|
||||
static uuid from_string(TChar const * const str, size_t const size);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user