Posts

TimelineCpp20CoreLanguage

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

/
Probably the most viral keyword in modern C++ is constexpr. With C++20, we have a constexpr std::vector…