constexpr std::vector and std::string in C++20--Rainer Grimm

constexpr is getting yet again more accessible.

constexpr std::vector and std::string in C++20

by Rainer Grimm

From the article:

Probably the most viral keyword in modern C++ is constexpr. With C++20, we have a constexpr std::vector and a constexpr std::string. Additionally, both containers can be manipulated with the constexpr algorithms of the Standard Template Library...

Add a Comment

Comments are closed.

Comments (0)

There are currently no comments on this entry.