Parameter
C и C++
Parameter is class that takes a value of any type and saves it with non-template requiremets. It can then be converted to any desired type. The advantage of this class is that it's a solution for passing any arguments without templates and pointers.