Cpp-STL-compatible-DSA
Cpp-STL-compatible-DSA copied to clipboard
Remove `TriviallyCopyable` type constraints on data structures by using `placement new`
Placement new allows the decoupling between storage allocation and object lifetime.