Skip to content

Add a type for in place object construction #4

@BurningEnlightenment

Description

@BurningEnlightenment

Problem Description

Using placement new is a hassle due to the disconnect between the byte storage, construction, destruction and access syntax (due to the need to std::launder() the pointer).

Proposed Solution

A template type which binds the required functions, alignment and size requirements.

Metadata

Metadata

Labels

type:taskA atomic feature / thing to be implemented

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions