QuickCppLib 0.10
Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!
|
#include "spinlock.hpp"
Public Types | |
using | mutex_type = T |
Public Member Functions | |
lock_guard (mutex_type &m) noexcept | |
lock_guard (mutex_type &&m) noexcept | |
lock_guard (const lock_guard &)=delete | |
lock_guard (lock_guard &&o) noexcept | |
~lock_guard () | |
using quickcpplib::_xxx::configurable_spinlock::lock_guard< T >::mutex_type = T |
|
inlineexplicitnoexcept |
|
inlineexplicitnoexcept |
|
delete |
|
inlinenoexcept |
|
inline |