typedef std::vector <TimeEventCom*> TimeEventComVec;TimeEventComVec aa;TimeEventComVec bb;가 있는데, bb에 있는걸 바로 aa에 옮기는거 있슴?
append
옷...