hit counter

Timeline

My development logbook

Item 29: Avoid Returning 'Handles' to Internal Data

Item 29 is to adress situations in which the holder of a handle (a pointer or reference to the internal data representation) can circumvent the const semantic by making modification to the underlying data via the handle.