|
| constexpr bool | ara::crypto::operator== (const Uuid &lhs, const Uuid &rhs) noexcept |
| | 判断两个Uuid是否相等 更多...
|
| |
| constexpr bool | ara::crypto::operator< (const Uuid &lhs, const Uuid &rhs) noexcept |
| | 判断第一个 Uuid 是否小于第二个 Uuid 更多...
|
| |
| constexpr bool | ara::crypto::operator> (const Uuid &lhs, const Uuid &rhs) noexcept |
| | 判断第一个 Uuid 是否大于第二个 Uuid 更多...
|
| |
| constexpr bool | ara::crypto::operator!= (const Uuid &lhs, const Uuid &rhs) noexcept |
| | 判断第一个Uuid是否不等于第二个Uuid 更多...
|
| |
| constexpr bool | ara::crypto::operator<= (const Uuid &lhs, const Uuid &rhs) noexcept |
| | 判断第一个Uuid是否小于等于第二个Uuid 更多...
|
| |
| constexpr bool | ara::crypto::operator>= (const Uuid &lhs, const Uuid &rhs) noexcept |
| | 判断第一个Uuid是否大于等于第二个Uuid 更多...
|
| |
| bool | ara::crypto::Uuid::IsNil () const noexcept |
| | 检查这个标识符是否是"Nil UUID" 更多...
|
| |