Category
page 1Generic programming
polymorphism
in programming languages and type theory, accessing different types using a common interface
Standard Template Library
software library for the C++ programming language
generic programming
way of designing and writing programs where algorithms are written in terms of parametric types enabling easy reuse
template
feature in the C++ programming language
Boost
collection of C++ libraries
allocator
in C++, an object that handles requests for allocation and deallocation of memory for a given container

Threading Building Blocks
C++ programming library
parametric polymorphism
basis of generic programming