        std::foreach(
            begin(c)
          , end(c)
          , [=](const value_type& v)
          );
