libstdc++: forward_list File Reference (original) (raw)
Go to the source code of this file.
Namespaces | |
---|---|
namespace | std |
namespace | std::experimental |
Typedefs | |
---|---|
template<typename _Tp > | |
using | std::experimental::fundamentals_v2::pmr::forward_list = std::forward_list< _Tp, polymorphic_allocator< _Tp > > |
Functions | |
---|---|
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) |
Detailed Description
This is a TS C++ Library header.
Definition in file experimental/forward_list.
Typedef Documentation
template<typename _Tp >
using std::experimental::fundamentals_v2::pmr::forward_list = typedef std::forward_list<_Tp, polymorphic_allocator<_Tp> >
Definition at line 67 of file experimental/forward_list.