libstdc++
forward_list File Reference

Go to the source code of this file.

Namespaces

namespace  std
 

Typedefs

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

Detailed Description

This is a Standard C++ Library header.

Definition in file forward_list.

Macro Definition Documentation

◆ __glibcxx_want_erase_if

#define __glibcxx_want_erase_if

Definition at line 48 of file forward_list.

◆ __glibcxx_want_incomplete_container_elements

#define __glibcxx_want_incomplete_container_elements

Definition at line 49 of file forward_list.

◆ __glibcxx_want_list_remove_return_type

#define __glibcxx_want_list_remove_return_type

Definition at line 50 of file forward_list.

◆ __glibcxx_want_nonmember_container_access

#define __glibcxx_want_nonmember_container_access

Definition at line 51 of file forward_list.

Typedef Documentation

◆ forward_list

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

Definition at line 62 of file forward_list.