Search code examples
C++ reflection - compile time index access - but not with a macro...


c++reflectionconstevalc++26template-for

Read More
When can the address of immediate function be used as template argument?...


c++language-lawyerc++20constevalnon-type-template-parameter

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


c++arraysc++20constexprconsteval

Read More
While template deduction, is it possible to detect if a consteval function could be run...


c++templatesc++20consteval

Read More
Cannot use std::not_fn with immediate functions...


c++language-lawyerstd-functionconstevalc++26

Read More
Compile-time manipulation of std::source_location::current()...


c++constexprconstevalstd-source-location

Read More
Forward string literal to consteval function...


c++constexprconsteval

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
BackNext