Search code examples
Forward string literal to consteval function...


c++constexprconsteval

Read More
Constant expression error when consteval function called from another...


c++arraysc++20constexprconsteval

Read More
What effect does consteval have on linkage in C++?...


c++c++20constexprlinkageconsteval

Read More
using throw in a constexpr or a consteval function in order to generate compile-time error...


c++language-lawyerthrowconstevalconstexpr-function

Read More
Need help to understand how std::format can check its format string at compile-time...


c++metaprogrammingcompile-timeconsteval

Read More
Mutable static variables in consteval contxt...


c++constexprstdmapc++23consteval

Read More
How can a sprintf-like function in C++20/23 verify that the number of format specifiers matches the ...


c++c++20constexprc++23consteval

Read More
(Reverse) forwarding consteval-ness of constructor with perfect forwarding...


c++templatesc++20consteval

Read More
Usage of std::is_constant_evaluated() since C++23...


c++c++20c++23consteval

Read More
What is consteval?...


c++c++20consteval

Read More
consteval member function allowed?...


c++language-lawyerc++20c++23consteval

Read More
Calling a consteval function within if consteval causes error in non-constexpr context...


c++c++23consteval

Read More
C++23 constexpr size limitations? Iterating through 0x4000 = ok, to 0x5000 = not a constant expressi...


c++constexprc++23consteval

Read More
Is the address of a consteval-constructed object a constant expression?...


c++language-lawyerconstexprconsteval

Read More
Why does a Template inside a consteval function accepts a function parameter as one of its template ...


c++templatesc++20consteval

Read More
Calculate 'const char *' string hash at compile-time...


c++constexprconsteval

Read More
Unable to update std::variant in consteval context...


c++visual-c++c++20std-variantconsteval

Read More
Returning std::vector from an immediate function...


c++language-lawyerc++20stdvectorconsteval

Read More
Problem with consteval and multiplying magic numbers. c++...


c++c++20constexprconsteval

Read More
C++ function that returns a pointer to a member function...


c++variadic-templatesconsteval

Read More
Why isn't constexpr guaranteed to run during compilation?...


c++constexprconsteval

Read More
A name for describing `consteval` function argument being known at compile time but not constexpr...


c++c++20terminologyconsteval

Read More
Is it possible to raise compile error when string is too long without macros in C++20 or lower?...


c++c++20constexprconsteval

Read More
GCC, LLVM and MSVC disagree about passing constexpr std::string's content to the runtime world. ...


c++language-lawyerc++20constexprconsteval

Read More
C++ metaprogramming vs compiler optimization...


c++compiler-optimizationconsteval

Read More
constexpr for amortizing heavy computation...


c++constexprconsteval

Read More
typeid().name() and consteval function problem...


c++visual-c++consteval

Read More
Should user defined literals always be consteval in C++20?...


c++c++20constant-expressionuser-defined-literalsconsteval

Read More
Why can't we use compile-time 'variables' in consteval functions as template parameters?...


c++templatesmetaprogrammingc++20consteval

Read More
Does consteval function can be called with an unused empty class object as an object?...


c++c++20consteval

Read More
BackNext