object_reference library

Classes

ConstRef<T>
A Ref to an Object of type T, of which you cannot modify the value.
MutableRef<T>
A Ref to an Object of type T, of which you can modify the value.
Ref<T>
A reference to an Object of type T.