C

分配器结构体

template <typename T> struct Qul::PlatformInterface::Allocator

C++标准容器使用的内存分配器。更多...

头文件 #include <platforminterface/allocator.h>
Qt Quick Ultralite (平台) 1.8

详细描述

这允许C++标准容器使用 Qul::Platform::qul_malloc 和 Qul::Platform::qul_free 而不是默认的内存分配函数。

例如

std::vector<MyData, Qul::PlatformInterface::Allocator<MyData> > vector;

另请参阅 https://en.cppreference.com/w/cpp/named_req/Allocator.

在一定Qt许可下可用。
了解更多信息。