C++26: std::indirect 0 ▲ Sandor Dargo's Blog 58 minutes ago · Tech · hide · 0 comments C++26 adds two new vocabulary types in <memory>, introduced by P3019R14 (Coe, Peacock, Parent). From the abstract: The class template indirect confers value-like semantics on a dynamically-allocated object. An indirect may hold an object of a class T. Copying the indirect will copy the object T. When an indirect<T> is accessed through a const access path, constness will propagat... No comments yet. Log in to reply on the Fediverse. Comments will appear here.