15 #ifndef INCG_IRIS_IUTEST_TCHAR_HPP_88D1A81F_A79B_48E9_B576_5A7D76DFC86E
16 #define INCG_IRIS_IUTEST_TCHAR_HPP_88D1A81F_A79B_48E9_B576_5A7D76DFC86E
26 #if !defined(IUTEST_UNICODE)
27 # if defined(UNICODE) || defined(_UNICODE)
28 # define IUTEST_UNICODE 1
32 #if !defined(IUTEST_UNICODE)
33 # define IUTEST_UNICODE 0
42 #define IU_TSTR(_str) L##_str
44 typedef wchar_t iu_tchar;
48 #define IU_TSTR(_str) _str
50 typedef char iu_tchar;
54 typedef ::std::basic_string<iu_tchar> iu_tstring;
55 typedef iu_basic_string_view<iu_tchar> iu_tstring_view;
iris unit test string utilities
iutest root namespace
Definition: iutest_charcode.hpp:33