|
libstdc++
|
Go to the source code of this file.
Namespaces | |
| namespace | std |
Macros | |
| #define | _GLIBCXX_DEQUE |
Typedefs | |
| template<typename _Tp > | |
| using | std::pmr::deque = std::deque< _Tp, polymorphic_allocator< _Tp > > |
This is a Standard C++ Library header.
Definition in file deque.
| using std::pmr::deque = typedef std::deque<_Tp, polymorphic_allocator<_Tp> > |