sfml.Immutable
See theImmutable companion object
Make objects immutable.
Making an object immutable means that it can no longer be modified, even by functions. Functions that ensures that the object is not modified can take an immutable object as a parameter.
Type parameters
- T
-
Type of the object to be made immutable
Attributes
- Note
-
This wrapper is the C++ equivalent of the
const
keyword - Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article