C++ keyword: consteval (since C++20) (original) (raw)

[edit] Usage

[edit] Notes

Feature-test macro Value Std Feature
__cpp_consteval 201811L (C++20) Immediate functions
202211L (C++23)(DR20) Making consteval propagate up

[edit] See also