Message 32,008 of 33,346   
   Dave Abrahams to All   
   Re: Where are iterators for rvalue conta   
   15 Mar 12 00:07:00   
   
   27239687   
   From: dave@boostpro.com   
      
   on Wed Mar 14 2012, Gene Bushuyev wrote:   
      
   > On Mar 2, 2:01 pm, Dave Abrahams wrote:   
   >> on Fri Mar 02 2012, Gene Bushuyev wrote:   
   >> > I was looking at the C++11 standard docs and didn't see iterators for   
   >> > rvalue containers. For example, std::vector has only these begin()   
   >> > member functions:   
   >>   
   >   
   >> > iterator begin();   
   >> > const_iterator begin() const;   
   >>   
   >> > Where is "iterator begin() &&;" ?   
   >>   
   >> > Say, I want to construct my container by moving from a vector,   
   >>   
   >> > MyContainer::MyContainer(vector