ezEngine  Release 25.03
ezLock< T > Class Template Reference

Manages a lock (e.g. a mutex) and ensures that it is properly released as the lock object goes out of scope. More...

#include <Lock.h>

Public Member Functions

EZ_ALWAYS_INLINE ezLock (T &ref_lock)
 

Detailed Description

template<typename T>
class ezLock< T >

Manages a lock (e.g. a mutex) and ensures that it is properly released as the lock object goes out of scope.


The documentation for this class was generated from the following file: