Template:cpp/language/dsc consteval
From cppreference.com
|- class="t-dsc"
| consteval
specifier(C++20)
| specifies that a function is an immediate function, that is, every call to the function must be in a constant evaluation
|-