We’re Officially Live — Lifetime Founding Membership Available for a Limited Time
Free preview

Templates: The Basics

Write a function or class once and have the compiler stamp out a type-specific version for each use: generic code with zero runtime cost, plus the code-bloat tradeoff to watch.

25 min read

This lesson is part of Pro

Upgrade to unlock the full lesson, every coding problem, and the complete interview Q&A.

Unlock with Pro

This is just the start

Sign up free to track progress on this lesson, get coding problems with the Run button, and unlock the full interview Q&A.

More in C++ for Embedded

C++ vs C for EmbeddedClasses & EncapsulationConstructors, Destructors & RAII
References vs Pointers
const Correctness & constexpr
Function & Operator Overloading