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)
[edit] Possible implementation misses function call operator
The possible implementation misses a function call operator. 91.2.73.25 14:19, 19 November 2015 (PST)