Assigning algorithms in the C++ standard library -- codexpert
In the "know your STL algorithms" department, this on the codexpert blog:
Assigning algorithms in the C++ Standard Library
From the article:
The C++ Standard Library provides several algorithms for assigning values to a range (such as a container or a C-array). ...