WinStd
Windows Win32 API using Standard C++
|
Single-byte character implementation of a class to support converting GUID to string. More...
#include <WinStd/Common.h>
Public Member Functions | |
Initializing string using template in memory | |
string_guid (const GUID &guid) | |
Initializes a new string and formats its contents to string representation of given GUID. | |
![]() | |
basic_string_guid (const GUID &guid, const char *format) | |
Initializes a new string and formats its contents to string representation of given GUID. | |
Single-byte character implementation of a class to support converting GUID to string.
|
inline |
Initializes a new string and formats its contents to string representation of given GUID.
[in] | guid | GUID to convert |