commit 2025-09-24 17:07 edit a bit ZCppMain/ZCStringStd.H
This commit is contained in:
@ -91,14 +91,14 @@ namespace ZNsMain
|
|||||||
##########################################################*/
|
##########################################################*/
|
||||||
|
|
||||||
|
|
||||||
template<typename TPosList> ZCStringStd& ReplaceByPosList
|
template<typename TPosList> ZCStringStd& ReplaceByPosList ///////////////////
|
||||||
(
|
(
|
||||||
TPosList& AR_CPosList ,
|
TPosList& AR_CPosList ,
|
||||||
TypeCPChar APC_Replace ,
|
TypeCPChar APC_Replace ,
|
||||||
TypeLength AL_Replace ,
|
TypeLength AL_Replace ,
|
||||||
TypeLength AL_Searched
|
TypeLength AL_Searched
|
||||||
)
|
)
|
||||||
/*##########################################################*/
|
/*#########################################################################*/
|
||||||
{
|
{
|
||||||
// TPosList : ZNsMain::ZtCBaseList<TypeLength> etc
|
// TPosList : ZNsMain::ZtCBaseList<TypeLength> etc
|
||||||
// AL_Replace : APC_Replace 의 길이
|
// AL_Replace : APC_Replace 의 길이
|
||||||
@ -224,14 +224,14 @@ namespace ZNsMain
|
|||||||
|
|
||||||
return *this;
|
return *this;
|
||||||
}/*
|
}/*
|
||||||
template<typename TPosList> ZCStringStd& ReplaceByPosList
|
template<typename TPosList> ZCStringStd& ReplaceByPosList ///////////////////
|
||||||
(
|
(
|
||||||
TPosList& AR_CPosList ,
|
TPosList& AR_CPosList ,
|
||||||
TypeCPChar APC_Replace ,
|
TypeCPChar APC_Replace ,
|
||||||
TypeLength AL_Replace ,
|
TypeLength AL_Replace ,
|
||||||
TypeLength AL_Searched
|
TypeLength AL_Searched
|
||||||
)
|
)
|
||||||
############################################################*/
|
###########################################################################*/
|
||||||
|
|
||||||
|
|
||||||
ZCStringStd& Replace /*####################################################*/
|
ZCStringStd& Replace /*####################################################*/
|
||||||
|
Reference in New Issue
Block a user