Some cool features of C++ 14 and C++ 17
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 ...
alphavictor.hashnode.dev5 min read