Don't have an account? Sign Up
template <class ValueClass> class CryAutoSet;
CryThread.h
CryAutoSet implements a helper class to automatically set and reset value in constructor and release on destructor.
~CryAutoSet();
CryAutoSet(ValueClass & value);