Changeset 490 in Sophya for trunk/SophyaLib/NTools/tvector.h
- Timestamp:
- Oct 21, 1999, 5:25:53 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/tvector.h
r307 r490 92 92 }; 93 93 94 template <class T> 95 inline POutPersist& operator << (POutPersist& os, TVector<T> & obj) 96 { FIO_TVector<T> fio(&obj); fio.Write(os); return(os); } 97 template <class T> 98 inline PInPersist& operator >> (PInPersist& is, TVector<T> & obj) 99 { FIO_TVector<T> fio(&obj); fio.Read(is); return(is); } 100 94 101 } // Fin du namespace 95 102
Note:
See TracChangeset
for help on using the changeset viewer.