Templates
Templates are the C++ version of Java's generics. Just like with Java generics you can write generic code (a template) that is not dependent on a type.
Templates are the C++ version of Java's generics. Just like with Java generics you can write generic code (a template) that is not dependent on a type.