libstdc++
list File Reference

Go to the source code of this file.

Namespaces

namespace  std
 

Macros

#define __cpp_lib_erase_if
 
#define _GLIBCXX_LIST
 

Typedefs

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

Functions

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

Detailed Description

This is a Standard C++ Library header.

Definition in file list.

Macro Definition Documentation

◆ __cpp_lib_erase_if

#define __cpp_lib_erase_if

Definition at line 89 of file list.

◆ _GLIBCXX_LIST

#define _GLIBCXX_LIST

Definition at line 56 of file list.

Typedef Documentation

◆ list

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

Definition at line 78 of file list.