boost::multi::pmr

Convenience aliases using std::pmr::polymorphic_allocator as the allocator.

Type Aliases

Name

Description

array

Alias for multi::array using std::pmr::polymorphic_allocator, so storage comes from a std::pmr::memory_resource.

dynamic_array

Alias for multi::dynamic_array using std::pmr::polymorphic_allocator, so storage comes from a std::pmr::memory_resource.

Created with MrDocs