User Tools

Site Tools


in204:cpp:syntax:class

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
in204:cpp:syntax:class [2019/10/10 13:11]
bmonsuez [Sections ''private'', ''protected'' et ''public'']
in204:cpp:syntax:class [2022/11/18 10:50] (current)
Line 234: Line 234:
 bool Value::​is_equal(const A& anotherValue) const bool Value::​is_equal(const A& anotherValue) const
 { {
-    return this->​m_value== anotherObject.m_value;​+    return this->​m_value == anotherObject.m_value;​
 } }
 </​code>​ </​code>​
in204/cpp/syntax/class.1570713112.txt.gz · Last modified: 2019/10/10 13:11 by bmonsuez