|
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. | |
Public Member Functions inherited from winstd::basic_string_guid< char, std::char_traits< char >, std::allocator< char > > | |
| 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 |