CTRE Phoenix Pro C++ 23.0.12
|
An extension of mutex that defines empty copy and move constructors and assignment operators. More...
#include <ctre/phoenix/threading/CopyMoveMutex.hpp>
Public Member Functions | |
CopyMoveMutex ()=default | |
CopyMoveMutex (CopyMoveMutex const &) | |
CopyMoveMutex (CopyMoveMutex &&) | |
CopyMoveMutex & | operator= (CopyMoveMutex const &) |
CopyMoveMutex & | operator= (CopyMoveMutex &&) |
An extension of mutex that defines empty copy and move constructors and assignment operators.
This allows classes using a CopyMoveMutex to have copy and move semantics.
|
default |
|
inline |
|
inline |
|
inline |
|
inline |