P3971R0 — Generalised type rebinding for structures of uniform elements
Daniel Towner
LEWG
Revisions R1May 2026R0Feb 2026
Modern C++ provides powerful facilities for generic programming, but lacks a uniform way to change the element type of containers and container-like types. Consider a simple requirement: convert a container of `float` values to `double` for higher precision computation.