A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://timsong-cpp.github.io/cppwp/n4140/forwardlist.iter below:

[forwardlist.iter]

23.3.4.3 forward_list iterators [forwardlist.iter]

iterator before_begin() noexcept; const_iterator before_begin() const noexcept; const_iterator cbefore_begin() const noexcept;

1

Returns: A non-dereferenceable iterator that, when incremented, is equal to the iterator returned by begin().

2

Effects: cbefore_begin() is equivalent to const_cast<forward_list const&>(*this).before_begin().

3

Remarks: before_begin() == end() shall equal false.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4