The guidelines explained further.
C++ Core Guidelines: The Standard Library
by Rainer Grimm
From the article:
Curiously, there is no section to the algorithms of the standard template library (STL) in this chapter. Curiously, because there is a proverb in the C++ community: If you write an explicit loop, you don't know the algorithms of the STL. Anyway. Only for completeness, let me start with the first three rules which provide not much beef...
Add a Comment
Comments are closed.