c++23

Tag

Cards List
#c++23

Move in C++ without a std:move

Hacker News Top · 2026-09-01 Cached

The article explains how C++23 allows implicit moves in certain cases, reducing the need for std::move and improving performance via return value optimization and copy elision.

0 favorites 0 likes
← Back to home

Submit Feedback