libstdc++
vector File Reference

Go to the source code of this file.

Namespaces

namespace  std
 

Macros

#define _GLIBCXX_VECTOR
 

Typedefs

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

Detailed Description

This is a Standard C++ Library header.

Definition in file vector.

Macro Definition Documentation

◆ _GLIBCXX_VECTOR

#define _GLIBCXX_VECTOR

Definition at line 56 of file vector.

Typedef Documentation

◆ vector

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

Definition at line 86 of file vector.