commit 2025-10-09 16:06 edit a bit ZCppMain/ZtCStringEx.H

This commit is contained in:
2025-10-09 16:07:04 +09:00
parent a38ad468e3
commit 784f42dd40

View File

@ -154,7 +154,7 @@ namespace ZNsMain
typedef typename typedef typename
ZtCCharInt<TypeChar> ::TypeInt TypeInt ; ZtCCharInt<TypeChar> ::TypeInt TypeInt ;
typedef typename TypeCStr::TypeSize TypeSize ; typedef typename TypeCStr::TypeSize TypeSize ;
public: /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
typedef TypeChar char_type ; // for stl string/wstring typedef TypeChar char_type ; // for stl string/wstring
typedef TypeInt int_type ; // for stl string/wstring typedef TypeInt int_type ; // for stl string/wstring
typedef TypeSize size_type ; // for stl string/wstring typedef TypeSize size_type ; // for stl string/wstring