Search code examples
Single type compile time list: concat with clang...

c++templatesvariadic-templatesconstexprcompile-time

Read More
Defining string literal constants once both as char const* and wchar const*...

c++macrosconstexprstring-literalscompile-time

Read More
Is there a way to prevent a header file without header guards from being included at all at compile ...

c++headercompile-time

Read More
Detecting Endianness...

cc-preprocessorendiannesscompile-time

Read More
How to deduce the two dimensions of a compile-time matrix class with an initializer_list constructor...

c++matrixconstexprinitializer-listcompile-time

Read More
populating an array at compile time in C...

cconstexprcompile-time

Read More
In Java: do expressions involving constants defined at instantiation get simplified during compile-t...

javaoptimizationconstantscompile-time

Read More
How to reinterpret a value as bytes in a compile-time context in C++...

c++templatesconstexprcompile-timereinterpret-cast

Read More
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
Cycle inside ; building could produce unreliable results: Xcode Error...

iosxcodecompile-timebuild-system

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
BackNext