Skip to main content

One doc tagged with "partial-specialization"

View all tags

Partial Template Specialization

Partial specialization lets you specialize templates for a pattern of types, not just one specific type. It's like "for all pointer types" or "for all pairs of same types."