Standard library header <forward_list> (C++11)
From cppreference.com
This header is part of the containers library.
Includes | ||
(C++20) |
Three-way comparison operator support | |
(C++11) |
std::initializer_list class template | |
Classes | ||
(C++11) |
singly-linked list (class template) | |
Functions | ||
(C++11)(C++11)(removed in C++20)(C++11)(removed in C++20)(C++11)(removed in C++20)(C++11)(removed in C++20)(C++11)(removed in C++20)(C++20) |
lexicographically compares the values of two forward_list s (function template) | |
(C++11) |
specializes the std::swap algorithm (function template) | |
erases all elements satisfying specific criteria (function template) | ||
Range access | ||
(C++11)(C++14) |
returns an iterator to the beginning of a container or array (function template) | |
(C++11)(C++14) |
returns an iterator to the end of a container or array (function template) | |
(C++14) |
returns a reverse iterator to the beginning of a container or array (function template) | |
(C++14) |
returns a reverse end iterator for a container or array (function template) | |
(C++17)(C++20) |
returns the size of a container or array (function template) | |
|