![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <q_pmr_emulation_p.h>
Public Types | |
using | value_type = T |
Public Member Functions | |
polymorphic_allocator () noexcept=default | |
polymorphic_allocator (memory_resource *r) | |
polymorphic_allocator (const polymorphic_allocator &other) noexcept=default | |
template<class U> | |
polymorphic_allocator (const polymorphic_allocator< U > &other) noexcept | |
polymorphic_allocator & | operator= (const polymorphic_allocator &other) noexcept=default |
T * | allocate (size_t n) |
void | deallocate (T *p, size_t n) |
memory_resource * | resource () const noexcept |
polymorphic_allocator | select_on_container_copy_construction () const |
Definition at line 119 of file q_pmr_emulation_p.h.
using QtMultimediaPrivate::pmr::polymorphic_allocator< T >::value_type = T |
Definition at line 122 of file q_pmr_emulation_p.h.
|
defaultnoexcept |
|
inline |
Definition at line 125 of file q_pmr_emulation_p.h.
|
defaultnoexcept |
|
inlinenoexcept |
Definition at line 129 of file q_pmr_emulation_p.h.
|
inlinenodiscard |
Definition at line 137 of file q_pmr_emulation_p.h.
|
inline |
Definition at line 143 of file q_pmr_emulation_p.h.
|
defaultnoexcept |
|
inlinenodiscardnoexcept |
Definition at line 146 of file q_pmr_emulation_p.h.
|
inlinenodiscard |
Definition at line 152 of file q_pmr_emulation_p.h.