libstdc++
experimental/vector File Reference

Go to the source code of this file.

Namespaces

 std
 

Macros

#define __cpp_lib_experimental_erase_if
 
#define _GLIBCXX_EXPERIMENTAL_VECTOR
 

Typedefs

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

Functions

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

Detailed Description

This is a TS C++ Library header.

Definition in file experimental/vector.