template<typename Var>
pros::rtos::MutexVarLock class

Constructors, destructors, conversion operators

~MutexVarLock()

Public functions

Var& operator*() const constexpr
Accesses the value of the mutex-protected variable.
Var* operator->() const constexpr
Accesses the value of the mutex-protected variable.