Posts

constexpr

constexpr and consteval Functions in C++20

/
With C++20, constexpr became way more powerful. Additionally, we have  consteval functions in C++20…
TimelineCpp20

Two new Keywords in C++20: consteval and constinit

/
With C++20, we get two new keywords: consteval and constinit. consteval produces a function executed…