typedef std::basic_string<wchar_t, std::char_traits<wchar_t>, TestStringAllocator<wchar_t> > TestString;
So is it a "basic_string" or is it a "wchar_t"
Please let me understand, I need to do conversions and don't know what the type of TestString is.
Thanks.