Changeset 2688


Ignore:
Timestamp:
Feb 27, 2012, 1:06:07 PM (11 years ago)
Author:
Peter
Message:

clarify when views and iterators are invalidated in Vector. refs #691

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/utility/Vector.h

    r2687 r2688  
    119119      All elements are set to \a init_value.
    120120
    121       \note Underlying GSL vector is destroyed and a view into this
    122       Vector becomes invalid.
     121      \note Underlying GSL vector is destroyed and a view or an
     122      iterator into this Vector becomes invalid.
    123123
    124124      \throw GSL_error if memory allocation fails.
     
    129129       \brief The assignment operator.
    130130
    131        \note Invalidates views of Vector.
     131       \note Invalidates views and iterators of Vector.
    132132
    133133       \return A const reference to the resulting Vector.
     
    140140       \brief The assignment operator.
    141141
    142        \note Invalidates views of Vector.
     142       \note Invalidates views and iterators of Vector.
    143143
    144144       \return A const reference to the resulting Vector.
Note: See TracChangeset for help on using the changeset viewer.