Before we get metaclasses one day?
C++ Compile time conditional struct member variables
by Saleem Ahmad
From the article:
C++ has rich set of features to do compile time calculations and optimizations to generate a better code. In one of code segment I have very large data structure in which few member variables are not used based on compile time if constexpr condition, but these variables are logged in the log line...
Add a Comment
Comments are closed.