If Statements In Modern C++

There are two kinds of if statements in modern C++: runtime if and compile-time if constexpr. Runtime if looks like: In both forms of above if the result of condition yields to true, then statement-true … Continue reading If Statements In Modern C++