commit 2025-10-09 11:18 edit a bit ZCppMain/ZtCStringEx.H

This commit is contained in:
2025-10-09 11:18:32 +09:00
parent 25abd43d79
commit 143cda31c1

View File

@ -151,12 +151,11 @@ namespace ZNsMain
/*/////////////////////////////////*/ TypeCStr ;
typedef TTypCh /*//////////////////*/ TypeChar ;
static const int CI_ByteSize = sizeof(TypeChar) ;
public:
typedef typename
ZtCCharInt<TypeChar>::TypeInt TypeInt ;
public:
typedef TypeChar char_type ; // for stl string
typedef TypeInt int_type ; // for stl string
typedef TypeChar char_type ; // for stl string/wstring
typedef TypeInt int_type ; // for stl string/wstring
public:
};/*
class ZtCCharType /*#####################################################*/
@ -330,7 +329,7 @@ namespace ZNsMain
typedef ZCStringList TypeList ;
public:
typedef ZNsMain::ZtCCharType<ZtCStringBase> ZCCharType ;
typedef ZNsMain::ZtCCharType<ZtCStringBase> traits_type; // for strl string
typedef ZNsMain::ZtCCharType<ZtCStringBase> traits_type; // for strl string/wstring
typedef typename ZCCharType::TypeInt TypeCharInt;
public: