Changeset 2688
- Timestamp:
- Feb 27, 2012, 1:06:07 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/Vector.h
r2687 r2688 119 119 All elements are set to \a init_value. 120 120 121 \note Underlying GSL vector is destroyed and a view into this122 Vector becomes invalid.121 \note Underlying GSL vector is destroyed and a view or an 122 iterator into this Vector becomes invalid. 123 123 124 124 \throw GSL_error if memory allocation fails. … … 129 129 \brief The assignment operator. 130 130 131 \note Invalidates views of Vector.131 \note Invalidates views and iterators of Vector. 132 132 133 133 \return A const reference to the resulting Vector. … … 140 140 \brief The assignment operator. 141 141 142 \note Invalidates views of Vector.142 \note Invalidates views and iterators of Vector. 143 143 144 144 \return A const reference to the resulting Vector.
Note: See TracChangeset
for help on using the changeset viewer.