Changeset 1103 in Sophya for trunk/SophyaLib/TArray/tvector.h
- Timestamp:
- Jul 27, 2000, 2:00:10 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/tvector.h
r1099 r1103 58 58 // Operateur d'affectation 59 59 //! Fill the vector with Sequence \b seq 60 inline TVector<T>& operator = (Sequence seq) { SetSeq(seq); return(*this); }60 inline TVector<T>& operator = (Sequence const & seq) { SetSeq(seq); return(*this); } 61 61 62 62 // Operations diverses avec une constante
Note:
See TracChangeset
for help on using the changeset viewer.