std::dynarray::end, std::dynarray::cend

From cppreference.com
< cpp‎ | container‎ | dynarray

iterator end();
(since {std})
const_iterator end() const;
(since {std})
const_iterator cend() const;
(since {std})

Returns an iterator to the element following the last element of the container.

This element acts as a placeholder; attempting to access it results in undefined behavior.

range-begin-end.svg

Contents

[edit] Parameters

(none)

[edit] Return value

Iterator to the element following the last element.

[edit] Exceptions

noexcept specification:  
noexcept
  

[edit] Complexity

Constant.

[edit] See also

returns an iterator to the beginning
(public member function)
This site archives manuals. You are looking at an archived manual.
If you're looking for this specific version of this manual, you're in the right place. Otherwise, please check the version.