commit 2025-08-20 11:57 __FastMoveObj => ZftMoveFast
This commit is contained in:
@ -8285,20 +8285,20 @@ namespace ZNsMain
|
||||
typename TTypCh , typename TAlloc,
|
||||
typename TAllocSize, typename TTypeString
|
||||
>
|
||||
void __FastMoveObj ////////////////////////////////////////////////////////
|
||||
void ZftMoveFast //////////////////////////////////////////////////////////
|
||||
(
|
||||
ZtCStringBase<TTypCh, TAlloc, TAllocSize, TTypeString>& AR_CString1,
|
||||
ZtCStringBase<TTypCh, TAlloc, TAllocSize, TTypeString>& AR_CString2
|
||||
)
|
||||
{
|
||||
#ifdef _DEBUG_FAST_MOVE_OBJ_
|
||||
cout<<" ▶▶ __FastMoveObj(ZCString&, ZCString&) Start!"<<endl;
|
||||
cout<<" ▶▶ ZftMoveFast(ZCString&, ZCString&) Start!"<<endl;
|
||||
#endif //_DEBUG_FAST_MOVE_OBJ_
|
||||
|
||||
AR_CString1.Fetch(AR_CString2);
|
||||
|
||||
#ifdef _DEBUG_FAST_MOVE_OBJ_
|
||||
cout<<" ▶▶ __FastMoveObj(ZCString&, ZCString&) Close!"<<endl;
|
||||
cout<<" ▶▶ ZftMoveFast(ZCString&, ZCString&) Close!"<<endl;
|
||||
#endif //_DEBUG_FAST_MOVE_OBJ_
|
||||
}/*
|
||||
template //////////////////////////////////////////////////////////////////
|
||||
@ -8306,7 +8306,7 @@ namespace ZNsMain
|
||||
typename TTypCh , typename TAlloc,
|
||||
typename TAllocSize, typename TTypeString
|
||||
>
|
||||
void __FastMoveObj //////////////////////////////////////////////////////*/
|
||||
void ZftMoveFast ////////////////////////////////////////////////////////*/
|
||||
|
||||
}/*
|
||||
namespace ZNsFunc*/
|
||||
|
Reference in New Issue
Block a user