Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in compile-time

Is there a way to restrict functions in a C# class to only use a specific signature?

c# compile-time

Autogenerate value objects

How do I choose between `std::cout` and `std::wcout` according to the defined string type?

c++ string compile-time c++17

Compile-time generating an array of non-constexpr objects that should be created in constructor

Run arbitrary code at compile time

compile-time crystal-lang

How to protect enum assignment

How do i make an array which is a class object and has a compile time size?

Compile time check if string contains quotes

C# list of "Type" that implements specific interface

c# interface compile-time

How to implement compile time product of two vectors in C++

Why can't C (nor C++) optimize this recursive experiment?

Check at compile time that a function call triggers a `static_assert(false)`

Constexpr vs Template Metaprogramming - performance differences

NSIS: Reading from a file at compile time

nsis compile-time

How can I do short string optimization at compile time?

Creating a compile time string repeating a char n times

C++ How to remove class member field at compile time based on some condition?

Create array with same length

arrays rust compile-time

How to get the total size of the NASM-assembled instructions in a boot sector?