15
Library introduction
[library]
15.3
Definitions
[definitions]
15.3.18
observer function
[defns.observer]
class member function
that accesses the state of an object of the class but does not alter that state
[
Note
:
Observer functions are specified as
const
member functions (
[class.this]
)
.
—
end note
]