commit 2025-08-31 21:40 edit a bit ZCppMain/ZtCStringEx.H

This commit is contained in:
2025-08-31 21:40:09 +09:00
parent ee9065f37c
commit f689e59b58

View File

@ -696,7 +696,7 @@ namespace ZNsMain
{
// APC_Data 를 AL_LoopCnt 번 더한다.
for(TypeLength i=1;i<=AL_LoopCnt;++i) (*this)(APC_Data,AL_Length); return *this;
__for1(TypeLength, i, AL_LoopCnt) (*this)(APC_Data, AL_Length); return *this;
}/*
ZCStringBase& append(TypeCharC* APC_Data, TypeLength AL_Length, TypeLength AL_LoopCnt)*/
@ -765,7 +765,7 @@ namespace ZNsMain
if(AL_Index1<0 || AL_Index1>AL_Index2 || AL_Index2>=ml_UseLen)
{
return *this; /*@@@@@@@@@*/
return *this; /*:::::::::::::::::*/
}/*
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
@ -774,7 +774,7 @@ namespace ZNsMain
::memmove( mpc_Data +AL_Index1 ,
mpc_Data +AL_Index2+1,
ml_UseLen-AL_Index2-1
/*////*/ );
/*::::*/ );
mpc_Data[ml_UseLen-=(AL_Index2-AL_Index1+1)]=0; return *this;
}/*