#include <pros/rtos.hpp>
template<typename Var>
rtos::MutexVarLock class
Constructors, destructors, conversion operators
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.