commit 2025-09-03 13:56 edit ZCChars::Init() in ZCppMain/ZtCMainChars.H

This commit is contained in:
2025-09-03 13:57:05 +09:00
parent 6aa460f380
commit 6a3b673a19
3 changed files with 46 additions and 27 deletions

View File

@ -30,12 +30,12 @@ namespace ZNsMain
template< typename TType ,
typename TTypCArg = const TType&,
typename TTypArgu = const TType&,
typename TTypCAlloc = ZCAllocator ,
typename TTypCInit = ZCInit ,
typename TTypSize = ZTypLong ,
typename TMoveObj = ZNsMain::
ZtCMoveObj<TType, TTypCArg, true>
ZtCMoveObj<TType, TTypArgu, true>
>
class ZtCObjList //////////////////////////////
{
@ -44,7 +44,7 @@ namespace ZNsMain
public:
typedef TType Type ;
typedef TType TypeData ;
typedef TTypCArg TypeArg ;
typedef TTypArgu TypeArg ;
typedef TTypCAlloc TypeAlloc ;
//typedef TTypCInit TypeInit ;
typedef TTypSize TypeSize ;
@ -2160,7 +2160,7 @@ namespace ZNsMain
public:
};/*
template< typename TType ,
typename TTypCArg = const TType&,
typename TTypArgu = const TType&,
typename TTypCAlloc = ZCAllocator ,
typename TTypCInit = ZCInit ,
typename TTypSize = ZTypLong ,