Skip to main content

2 docs tagged with "generic-programming"

View all tags

Standard Template Library (STL) in C++

Master the C++ Standard Template Library (STL). Explore sequence and associative containers, iterator traversal models, high-performance algorithms, and built-in function objects (functors).

Templates in C++

An advanced guide to generic programming with C++ templates. Master function templates, class templates, instantiation mechanics, and explicit template specialization.