Changeset 976 in Sophya for trunk/SophyaLib/TArray/tvector.h
- Timestamp:
- Apr 27, 2000, 7:55:14 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/tvector.h
r967 r976 23 23 24 24 //! Operator = 25 /*! \sa NDataBlock::operator=(const NDataBlock<T>&) */ 25 /*! \warning Datas are copied (cloned) from \b a. 26 \sa NDataBlock::operator=(const NDataBlock<T>&) */ 26 27 inline TVector<T>& operator = (const TVector<T>& a) 27 28 { Set(a); return(*this); }
Note:
See TracChangeset
for help on using the changeset viewer.