libstdc++

Go to the source code of this file.

Namespaces

namespace  std
 
namespace  std::experimental
 

Macros

#define __cpp_lib_experimental_erase_if
 
#define _GLIBCXX_EXPERIMENTAL_VECTOR
 

Typedefs

template<typename _Tp>
using std::experimental::fundamentals_v2::pmr::vector
 

Functions

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

Detailed Description

This is a TS C++ Library header.

Definition in file experimental/vector.

Macro Definition Documentation

◆ __cpp_lib_experimental_erase_if

#define __cpp_lib_experimental_erase_if

Definition at line 53 of file experimental/vector.

◆ _GLIBCXX_EXPERIMENTAL_VECTOR

#define _GLIBCXX_EXPERIMENTAL_VECTOR

Definition at line 31 of file experimental/vector.

Typedef Documentation

◆ vector

Definition at line 73 of file experimental/vector.