C++26: std::indirect

14 · Sandordargo · Aug. 12, 2026, 5:20 a.m.
Summary
The blog post discusses the new vocabulary types introduced in C++26, specifically the `std::indirect` class template, which provides value-like semantics for dynamically-allocated objects and describes how it handles object copying and constness propagation.