Go to the source code of this file.
|
template<typename _Tp , typename _Alloc , typename _Up > |
void | std::experimental::erase (forward_list< _Tp, _Alloc > &__cont, const _Up &__value) |
|
template<typename _Tp , typename _Alloc , typename _Predicate > |
void | std::experimental::erase_if (forward_list< _Tp, _Alloc > &__cont, _Predicate __pred) |
|
This is a TS C++ Library header.
Definition in file experimental/forward_list.
◆ _GLIBCXX_EXPERIMENTAL_FORWARD_LIST
#define _GLIBCXX_EXPERIMENTAL_FORWARD_LIST |
◆ forward_list
◆ erase()
template<typename _Tp , typename _Alloc , typename _Up >
void std::experimental::fundamentals_v2::erase |
( |
forward_list< _Tp, _Alloc > & |
__cont, |
|
|
const _Up & |
__value |
|
) |
| |
|
inline |
◆ erase_if()
template<typename _Tp , typename _Alloc , typename _Predicate >
void std::experimental::fundamentals_v2::erase_if |
( |
forward_list< _Tp, _Alloc > & |
__cont, |
|
|
_Predicate |
__pred |
|
) |
| |
|
inline |