14
How can I force a copy of a C++ value? - The Old New Thing
(devblogs.microsoft.com)
The center for all discussion and news regarding C++.
...That's a pretty good point. Use the type system to work for you. If you want a value thing, just get it by-value. No need for macros, no need for wildcard ampersands, no need for
constexpr constinit consteval static inline noexcept(noexcept(...)) requires(requires(...)) explicit(explicit(...)) { body } -> decltype(body).