Changeset 2752 in Sophya for trunk/SophyaLib/TArray/tvector.h
- Timestamp:
- May 23, 2005, 6:18:17 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/tvector.h
r2719 r2752 17 17 TVector(const TVector<T>& v); 18 18 TVector(const TVector<T>& v, bool share); 19 TVector(const TArray<T>& a); 20 TVector(const TArray<T>& a, bool share, short lcv=AutoVectorType, short mm=AutoMemoryMapping); 19 TVector(const TArray<T>& a, bool share=true, short lcv=AutoVectorType); 21 20 TVector(const BaseArray& a); 22 21 TVector(const vector<T>& v, short lcv=AutoVectorType);
Note:
See TracChangeset
for help on using the changeset viewer.