28 #ifndef ZenLib_ZtringH
29 #define ZenLib_ZtringH
35 #include "ZenLib/int128u.h"
44 typedef std::basic_string<Char, std::char_traits<Char>, std::allocator<Char> >
tstring;
88 #ifndef WSTRING_MISSING
91 #endif //WSTRING_MISSING
215 Ztring&
Date_From_Numbers (
const int8u Year,
const int8u Month,
const int8u Day,
const int8u Hour,
const int8u Minute,
const int8u Second);
218 #ifndef WSTRING_MISSING
222 #endif //WSTRING_MISSING
311 static Ztring ToZtring (
const size_t I, int8u Radix=10) {
return Ztring().From_Number(I, Radix);};