Hi, could someone please help me understand the following code:
Advanced thanks.
Code:
struct TypeClass
{ TypeClass (Type t, const char **c) :: t(t), c(c) {}
};
Comment