|
WinStd
Windows Win32 API using Standard C++
|
Wide 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 | |
| wstring_guid (const GUID &guid) | |
| Initializes a new string and formats its contents to string representation of given GUID. | |
Public Member Functions inherited from winstd::basic_string_guid< wchar_t, std::char_traits< wchar_t >, std::allocator< wchar_t > > | |
| basic_string_guid (const GUID &guid, const wchar_t *format) | |
| Initializes a new string and formats its contents to string representation of given GUID. | |
Wide 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 |