commit 2025-09-24 17:07 edit a bit ZCppMain/ZCStringStd.H

This commit is contained in:
2025-09-24 15:07:31 +09:00
parent 59fc4ff1e1
commit 3cbcc8df6c

View File

@ -91,14 +91,14 @@ namespace ZNsMain
##########################################################*/
template<typename TPosList> ZCStringStd& ReplaceByPosList
template<typename TPosList> ZCStringStd& ReplaceByPosList ///////////////////
(
TPosList& AR_CPosList ,
TypeCPChar APC_Replace ,
TypeLength AL_Replace ,
TypeLength AL_Searched
)
/*##########################################################*/
/*#########################################################################*/
{
// TPosList : ZNsMain::ZtCBaseList<TypeLength> etc
// AL_Replace : APC_Replace 의 길이
@ -224,14 +224,14 @@ namespace ZNsMain
return *this;
}/*
template<typename TPosList> ZCStringStd& ReplaceByPosList
template<typename TPosList> ZCStringStd& ReplaceByPosList ///////////////////
(
TPosList& AR_CPosList ,
TypeCPChar APC_Replace ,
TypeLength AL_Replace ,
TypeLength AL_Searched
)
############################################################*/
###########################################################################*/
ZCStringStd& Replace /*####################################################*/