Click here to Skip to main content
15,892,005 members
Articles / Programming Languages / C++11

Rvalue Member Functions and Overloading

Rate me:
Please Sign up or sign in to vote.
5.00/5 (8 votes)
10 Jul 2018CPOL2 min read 16.9K   10  
Did you realize that the `*this` object can be qualified with lvalue vs rvalue? Here’s what you can do with that.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions