/ Software-Entwicklung / constexpr std::vector und constexpr std::string in C++20

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

Gerfried Steube on September 21, 2020 - 9:09 am in Software-Entwicklung

[ad_1]

C++20 erhält einen constexpr std::vector und einen constexpr std::string. Beide Container lassen sich mit den constexpr-Algorithmen der STL zur Compilezeit modifizieren.

[ad_2]

Read more on: Source

Comments are disabled