Set the initial C++17 default resource to NewDeleteAllocator.

Synopsis

Declared in <bslma_default.h>

struct Default_NewDeleteSetter;

Description

Stateless class to set the initial default resource to bslma::NewDeleteAllocator automatically when using this component with a platform that supports C++17 std::pmr::memory_resource.

Member Functions

Name

Description

Default_NewDeleteSetter [constructor]

Constructors

Created with MrDocs