Skip to main content

2 docs tagged with "transform"

View all tags

STL Algorithms

STL algorithms are generic functions that work with any container through iterators. They provide tested, optimized implementations of common operations. Never write your own sort or search - use the STL!