We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f27c91 commit e669310Copy full SHA for e669310
MODERNCPP_REMINDER.txt
@@ -401,6 +401,8 @@
401
* make sure that copy assignments are safe for self-assignment.
402
* you must never throw an exception from destructor.
403
* you can catch exception by value, by reference or by pointer.
404
+* prefer member functions over nonmembers for operations that need access to representation.
405
+* prefer nonmember functions over members for operations that do not need access to representation.
406
407
* Nifty Counter Idiom:
408
* Return Value Optimization:
0 commit comments