Changeset 4035 in Sophya for trunk/SophyaLib/TArray/tvector.h
- Timestamp:
- Nov 14, 2011, 5:28:25 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/tvector.h
r3857 r4035 20 20 TVector(const TVector<T>& v); 21 21 TVector(const TVector<T>& v, bool share); 22 TVector(const TArray<T>& a, 23 TVector(const BaseArray& a );22 TVector(const TArray<T>& a, bool share=true, short lcv=BaseArray::AutoVectorType); 23 TVector(const BaseArray& a, bool pack=true); 24 24 TVector(const vector<T>& v, short lcv=BaseArray::AutoVectorType); 25 25
Note:
See TracChangeset
for help on using the changeset viewer.