Compile time if is a C++17 syntax which causes compiler to evaluate the given "if" expression…
Tag: constexpr
Lambda in C++ 17 : New Updates
Lambda in C++ 17 has new changes feature list. They are now better and more suited…
static_assert
When the expression in static_assert evaluates to value "False" then, it the program will not compile.…
constexpr in C++ explained in detail
The constexpr is a keyword present in C++11. This keyword indicates a constant value or a…