Search code examples
C++ Compiler Output...


c++gccmetaprogrammingcompile-time

Read More
Container of std::variant of callable objects with bound parameters w/o using dynamic memory...


c++containerscompile-timestd-variantstatic-polymorphism

Read More
In GCC, is there a way to programmatically query which section a variable will be stored in?...


c++gcccompile-timesectionscompiler-specific

Read More
In C#, how to restrict who can call a method at compile time...


c#visual-studiocompile-time

Read More
const Iteration over values of an array...


rustcompile-time

Read More
Is possible create QString at compile time?...


c++qtconstexprcompile-time

Read More
C++ Get name of type in template...


c++templatescompile-timetypename

Read More
convincing C# compiler that execution will stop after a member returns...


c#runtimeexecutioncompile-time

Read More
Building a std::variant of pointers of types in the alternatives of another std::variant...


c++templatesvariantcompile-time

Read More
Pass compile-time type parameter to implementation at runtime?...


typescriptcompile-time

Read More
Implementation of Static Flat Map...


c++compile-timeflatmapunordered

Read More
Is pimpl idiom better than using always unique_ptr as member variables?...


c++compile-timepimpl-idiom

Read More
C++ Compile-Time Class With std::vector Member Variable and Use It's Data at Run-Time...


c++gccc++20constexprcompile-time

Read More
Accessing comptime array in runtime with for loop...


arrayscompile-timezig

Read More
How can I obtain a C++ expression's type, at compile time (i.e. constexpr'ly)?...


c++reflectionconstexprcompile-timec++-faq

Read More
How can I handle a string generated from macro within procedural macro?...


rustrust-cargocompile-timerust-proc-macros

Read More
Passing a string literal to a template char array parameter...


c++c++20constexprstring-literalscompile-time

Read More
Is CallerMemberNameAttribute guaranteed to be evaluated before inlining?...


c#attributeslanguage-lawyercompile-time

Read More
Is there a way to constraint a type parameter to accept only types that are specific (rejects abstra...


scalaconstraintsinlinecompile-timescala-3

Read More
What is the storage duration and lifetime of a non type template parameter and how can it be used fo...


c++c++20compile-timenon-type-template-parameter

Read More
Compute at compile time the number of bits needed to encode N different states...


c++c++11compile-timeconstexprlogarithm

Read More
3 different / same ways of doing N-factorial compile time in C++...


c++template-meta-programmingconstexprcompile-timeif-constexpr

Read More
How to validate strings to compile time?...


c++templatesmetaprogrammingcompile-time

Read More
C++ Template Arguments Sort...


c++templatestemplate-meta-programmingcompile-time

Read More
Sums over overlapping rectangular slices of a 2D array...


algorithmsumslicerectanglescompile-time

Read More
General rules of passing/returning reference of array (not pointer) to/from a function?...


c++arrayscompile-time

Read More
Is it possible to emit a dynamically generated compiler error message in inline methods or clauses?...


scalainlinecompile-timescala-3

Read More
Checking linux version in compile time or runtime...


clinuxlinux-kernelruntimecompile-time

Read More
in-expression compile-time check for constant expressions for older G++...


c++templatescompile-timestatic-assert

Read More
In Common Lisp, when do you need to use eval-when, and how do you know?...


common-lispcompile-timeeval-when

Read More
BackNext