#include <nxsutilcopy.h>
Type2Type<typename> defines a unique (and stateless) class for each type that is specified as the template argument. This is useful in controlling the return type of templated functions in lieu of partial template specialization of templated functions (which is not allowed by the C++ standard) Defines the typedef OriginalType which corresponds to the template argument
Definition at line 65 of file nxsutilcopy.h.