#include <algorithm>
Go to the source code of this file.
Classes | |
class | LockedArray< T > |
A _very_ basic array class that allows simple iteration and jumps, keeping its currently selected entry and providing a mechanism to lock this position. More... |