libstdc++
experimental/list File Reference

Go to the source code of this file.

Namespaces

namespace  std
 

Macros

#define _GLIBCXX_EXPERIMENTAL_LIST
 

Typedefs

template<typename _Tp >
using std::experimental::fundamentals_v2::pmr::list = std::list< _Tp, polymorphic_allocator< _Tp > >
 

Functions

template<typename _Tp , typename _Alloc , typename _Up >
void std::experimental::erase (list< _Tp, _Alloc > &__cont, const _Up &__value)
 
template<typename _Tp , typename _Alloc , typename _Predicate >
void std::experimental::erase_if (list< _Tp, _Alloc > &__cont, _Predicate __pred)
 

Detailed Description

This is a TS C++ Library header.

Definition in file experimental/list.

Macro Definition Documentation

◆ _GLIBCXX_EXPERIMENTAL_LIST

#define _GLIBCXX_EXPERIMENTAL_LIST

Definition at line 30 of file experimental/list.

Typedef Documentation

◆ list

template<typename _Tp >
using std::experimental::fundamentals_v2::pmr::list = typedef std::list<_Tp, polymorphic_allocator<_Tp> >

Definition at line 64 of file experimental/list.

Function Documentation

◆ erase()

template<typename _Tp , typename _Alloc , typename _Up >
void std::experimental::fundamentals_v2::erase ( list< _Tp, _Alloc > &  __cont,
const _Up &  __value 
)
inline

Definition at line 54 of file experimental/list.

◆ erase_if()

template<typename _Tp , typename _Alloc , typename _Predicate >
void std::experimental::fundamentals_v2::erase_if ( list< _Tp, _Alloc > &  __cont,
_Predicate  __pred 
)
inline

Definition at line 49 of file experimental/list.