[C++]Function Templates
Templates in C++ can basically be referred to as blueprints that can be used to make specialized functions and classes.
There are class templates and function templates, I will be focusing on function templates today
It allows you to write "one" sp...
codepadawan.hashnode.dev5 min read