edit ZtCArray.H

This commit is contained in:
2021-03-08 20:27:36 +09:00
parent 69bcf4846b
commit 8b2d370652
3 changed files with 84 additions and 10 deletions

View File

@ -77,11 +77,11 @@ int main(int ArgiCnt, char** AppArgu)
_FFC_(ZCShowData2)
_FFS_(ZCShowData3)
(ZTypInt AiInt, ZCTuple* AP_CTuple)
(ZTypInt AiInt, ZCTuple& AR_CTuple)
{
cout<<"# Elem2 : "<< AiInt << ", nth=" << AP_CTuple->_1++ << endl;
cout<<"# Elem2 : "<< AiInt << ", nth=" << AR_CTuple._1++ << endl;
}/*
(ZTypInt AiInt, ZCTuple* AP_CTuple)*/
(ZTypInt AiInt, ZCTuple* AR_CTuple)*/
_FFC_(ZCShowData3)