Some cool features of C++ 14 and C++ 17
Apr 9, 2023 · 5 min read · C++ 14 Variable Templates- C++14 allows defining a variable template, which is similar to a function template but defines a variable instead of a function. Variable templates can be used to define a family of variables with different types, but the ...
Join discussion