Typedef TRAP::Utils::ReadAccess#
Typedef Documentation#
-
template<typename SafeType, template<typename> class LockType = INTERNAL::DefaultReadOnlyLock>
using TRAP::Utils::ReadAccess = typename SafeType::template ReadAccess<LockType># Type alias for read-only access.
- Template Parameters:
SafeType – The type of Safe object to give read-only access to.
LockType – The type of lock.