Changeset 898 in Sophya for trunk/SophyaLib/TArray
- Timestamp:
- Apr 12, 2000, 7:56:30 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/tvector.h
r894 r898 49 49 50 50 // Operateur d'affectation 51 //! Fill the 52 inline TMatrix<T>& operator = (Sequence seq) 51 //! Fill the vector with Sequence \b seq 52 inline TMatrix<T>& operator = (Sequence seq) { SetSeq(seq); return(*this); } 53 53 54 54 // Operations diverses avec une constante
Note:
See TracChangeset
for help on using the changeset viewer.