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). ...

From the desk of an author going by the name Pubby, a nice short article showing off "yield return" using Boost's coroutines library:
cereal 1.0 is available:
New on Dr. Dobb's: