Tag Archives: C++ 23

Feel the change: Meet the new C++23 insert_range()

C++23 brought a new and useful addition to the language: insert_range(). This new member function provides a more efficient way to insert a range of elements into a vector. Until C++23, the only way to insert a range of elements … Continue reading

Posted in Uncategorized | Tagged , , , , , | Leave a comment