Namespaces
Variants
Actions

std::forward_list<T,Allocator>::before_begin, cbefore_begin

From cppreference.com
 
C++
 
Containers library
 
std::forward_list
iterator before_begin() noexcept;
(1) (since C++11)
(constexpr since C++26)
const_iterator before_begin() const noexcept;
(2) (since C++11)
(constexpr since C++26)
const_iterator cbefore_begin() const noexcept;
(3) (since C++11)
(constexpr since C++26)

Returns a non-dereferenceable iterator, incrementing the before-begin iterator gives exactly the same iterator as obtained from begin()/cbegin().

The only usage cases are in functions insert_after(), emplace_after(), erase_after(), splice_after() and the increment operator.

Contents

[edit] Return value

An iterator representing the position right before the begin iterator.

[edit] Complexity

Constant.

[edit] Example

[edit] See also

returns an iterator to the beginning
(public member function) [edit]
returns an iterator to the end
(public member function) [edit]

Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!

Check out: eBank.nz (Art Generator) | Netwrck.com (AI Tools) | Text-Generator.io (AI API) | BitBank.nz (Crypto AI) | ReadingTime (Kids Reading) | RewordGame | BigMultiplayerChess | WebFiddle | How.nz | Helix AI Assistant