Skip to main content

One doc tagged with "generics"

View All Tags

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.