nrfcxx
0.1.0
C++-17 Framework for Nordic nRF5 Devices
|
RAII class that performs no mutex operations. More...
#include <nrfcxx/core.hpp>
Public Member Functions | |
null_mutex (const null_mutex &)=delete | |
null_mutex & | operator= (const null_mutex &)=delete |
null_mutex (null_mutex &&)=delete | |
null_mutex & | operator= (null_mutex &)=delete |
RAII class that performs no mutex operations.
This is used as the default value for template parameters that identify the mutex required to protect an operation in cases where the operation may not need protection.