Aayush Vermaalphavictor.hashnode.dev·Apr 9, 2023Some cool features of C++ 14 and C++ 17C++ 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 ...72 readsC++14