Typedef TRAP::Utils::WriteAccess#

Typedef Documentation#

template<typename SafeType, template<typename> class LockType = INTERNAL::DefaultReadWriteLock>
using TRAP::Utils::WriteAccess = typename SafeType::template WriteAccess<LockType>#

Type alias for read-write access.

Template Parameters:
  • SafeType – The type of Safe object to give read-write access to.

  • LockType – The type of lock.