Skip to main content

One doc tagged with "class-templates"

View all tags

Class Templates

Class templates create generic classes that work with different types. Think std::unique_ptr - same class, different types.