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