Talk:cpp/utility/functional/reference wrapper
From cppreference.com
< Talk:cpp | utility | functional
The documentation on reference_wrapper class mentions that : calling a member function on a reference_wrapper invokes the member function of the underlying object. I don't think this is true for the reference_wrapper class.
Polonoid 23:51, 25 September 2012 (PDT)
- You're right, that's not true. Thanks for pointing it out. --Cubbi 04:36, 26 September 2012 (PDT)