Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns a const iterator addressing the first element in a forward list.
const_iterator cbegin() const;
Return Value
A forward iterator that points at the first element of the sequence (or just beyond the end of an empty sequence).
Requirements
Header: <forward_list>
Namespace: std