Skip to content

Core.Containers.Array.PMR (Visera.Core.Containers.Array.PMR)

PMR-backed dynamic array TPMRArray<T>; same interface as TArray but uses std::pmr::vector<T>. All constructors accept an optional std::pmr::memory_resource* (default from Memory::GetDefaultResource()). Use when allocating from a specific PMR (e.g. OS.Memory.Arena).

See also