CTRE Phoenix 6 C++ 24.3.0
|
An extension of mutex that defines an empty move constructor and assignment operator. More...
#include <ctre/phoenix/threading/MovableMutex.hpp>
Public Member Functions | |
MovableMutex ()=default | |
MovableMutex (MovableMutex &&) | |
MovableMutex & | operator= (MovableMutex &&) |
An extension of mutex that defines an empty move constructor and assignment operator.
This allows classes using a MovableMutex to have move semantics.
|
default |
|
inline |
|
inline |