C++ Logo

std-proposals

Advanced search

[std-proposals] std::elide

From: Frederick Virchanza Gotham <cauldwell.thomas_at_[hidden]>
Date: Sat, 9 Mar 2024 21:13:58 +0000
Add a new function to the standard library to make possible the
emplacement of an unmovable-and-uncopiable prvalue into types such as
std::optional, std::variant, std::any -- without requiring an
alteration to the definitions of these classes.

    http://www.virjacode.com/papers/elide.htm

Also it's attached to this email.

Received on 2024-03-09 21:14:09