std::__fwdlist::_Iterator< _Const, _Ptr >(3) Library Functions Manual std::__fwdlist::_Iterator< _Const, _Ptr >(3)

std::__fwdlist::_Iterator< _Const, _Ptr > - A forward_list iterator when the allocator uses fancy pointers.

#include <forward_list>


using difference_type
using iterator_category
using pointer
using reference
using value_type


constexpr _Iterator (_Base_ptr __x) noexcept
_Iterator (const _Iterator &)=default
constexpr _Iterator (const _Iterator< false, _Ptr > &__i)
constexpr reference operator* () const noexcept
constexpr _Iterator & operator++ () noexcept
constexpr _Iterator operator++ (int) noexcept
constexpr pointer operator-> () const noexcept
_Iterator & operator= (const _Iterator &)=default


template<typename _Tp, typename _Allocator> struct ::_Fwd_list_base
template<typename _Tp, typename _Allocator> class ::forward_list
constexpr bool operator== (const _Iterator &__x, const _Iterator &__y) noexcept
Forward list iterator equality comparison.

class std::__fwdlist::_Iterator< _Const, _Ptr >"A forward_list iterator when the allocator uses fancy pointers.

Forward list iterator equality comparison.

Generated automatically by Doxygen for libstdc++ from the source code.

libstdc++