C++ Featured Getting Argument Types in a Function in C++ Sometimes you want to just get the nth-argument of a function in C++, which can be less straight forward than first assumes. In this article I will explain how to get there and which steps are necessary to get this.