You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[operator<](#operator-less)|Less than operator.|
28
29
|[operator()](#operator-call)|Converts a Guid to a GUID.|
29
30
30
31
### Remarks
31
32
32
-
For an example of how to generate a new Platform::Guid using the Windows function [CoCreateGuid](/windows/desktop/api/combaseapi/nf-combaseapi-cocreateguid), see [WinRT component: How to generate a GUID?](http://blogs.msdn.com/b/eternalcoding/archive/2013/03/25/winrt-component-how-to-generate-a-guid.aspx)
33
+
For an example of how to generate a new Platform::Guid using the Windows function [CoCreateGuid](/windows/desktop/api/combaseapi/nf-combaseapi-cocreateguid), see [WinRT component: How to generate a GUID?](https://www.eternalcoding.com/?p=383)
33
34
34
35
### Requirements
35
36
@@ -106,19 +107,19 @@ The next byte of the GUID.
106
107
The next byte of the GUID.
107
108
108
109
*m*<br/>
109
-
A GUID as defined.
110
+
A GUID in the form a [GUID structure](https://msdn.microsoft.com/library/windows/desktop/aa373931).
True if the first guid is ordered before the second guid. The ordering is lexicographic after treating the Guid as if it were an array of four 32-bit unsigned values. Note that this is not the same ordering used by SQL Server, nor is it the same ordering used by the .NET Framework, nor is it the same as lexicographical ordering by string representation.
156
+
157
+
This operator is provided so that Guid objects can be more easily consumed by the C++ standard library.
0 commit comments