Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QtMultimediaPrivate::pmr Namespace Reference

Namespaces

namespace  detail

Classes

class  memory_resource
class  polymorphic_allocator

Functions

memory_resourceget_default_resource () noexcept
memory_resourcenew_delete_resource () noexcept
bool operator== (const memory_resource &a, const memory_resource &b) noexcept
bool operator!= (const memory_resource &a, const memory_resource &b) noexcept
template<class T1, class T2>
bool operator== (const polymorphic_allocator< T1 > &a, const polymorphic_allocator< T2 > &b) noexcept
template<class T1, class T2>
bool operator!= (const polymorphic_allocator< T1 > &a, const polymorphic_allocator< T2 > &b) noexcept

Function Documentation

◆ get_default_resource()

memory_resource * QtMultimediaPrivate::pmr::get_default_resource ( )
inlinenoexcept

Definition at line 209 of file q_pmr_emulation_p.h.

◆ new_delete_resource()

memory_resource * QtMultimediaPrivate::pmr::new_delete_resource ( )
inlinenoexcept

Definition at line 203 of file q_pmr_emulation_p.h.

◆ operator!=() [1/2]

bool QtMultimediaPrivate::pmr::operator!= ( const memory_resource & a,
const memory_resource & b )
inlinenoexcept

Definition at line 113 of file q_pmr_emulation_p.h.

◆ operator!=() [2/2]

template<class T1, class T2>
bool QtMultimediaPrivate::pmr::operator!= ( const polymorphic_allocator< T1 > & a,
const polymorphic_allocator< T2 > & b )
noexcept

Definition at line 168 of file q_pmr_emulation_p.h.

◆ operator==() [1/2]

bool QtMultimediaPrivate::pmr::operator== ( const memory_resource & a,
const memory_resource & b )
inlinenoexcept

Definition at line 108 of file q_pmr_emulation_p.h.

◆ operator==() [2/2]

template<class T1, class T2>
bool QtMultimediaPrivate::pmr::operator== ( const polymorphic_allocator< T1 > & a,
const polymorphic_allocator< T2 > & b )
noexcept

Definition at line 162 of file q_pmr_emulation_p.h.