1 #ifndef STRING_CONVERSION_GROUP
2 #define STRING_CONVERSION_GROUP
48 inline astring to_astring(
const CString &original)
49 {
return astring(from_unicode_temp(original)); }
52 inline CString to_CString(
const astring &original)
53 {
return CString(to_unicode_temp(original)); }
58 #ifndef __GNU_WINDOWS__
67 {
return _bstr_t(original.
s()); }
Provides a dynamically resizable ASCII character string.
const char * s() const
synonym for observe. the 's' stands for "string", if that helps.
A collection of conversions between popular string types.
Support for unicode builds.