Refers to the information that can be inferred or known at the time source code is compiled, as opposed to information that can only be inferred when source code is run.
I want to encrypt/encode a string at compile time so that the original string does not appear in the …
c++ string templates metaprogramming compile-timeWe use Hudson to build our projects, and Hudson conveniently defines environment variables like "%BUILD_NUMBER%" at compile time. I'd …
c# environment-variables compile-timeI want to find the byte offset of a struct member at compile-time. For example: struct vertex_t { vec3_t …
c++ struct offset compile-time offsetofI tend to use math functions of constant expressions for convinience and coherence (i.e log(x)/log(2) instead of …
c math compile-timeI want to generate unique numbers for each class in my header, primes in my case primes but let's say …
c++ c++11 metaprogramming compile-time side-effects