29 constexpr void lock() const noexcept {}
31 constexpr bool try_lock() const noexcept {
return true; }
33 constexpr void unlock() const noexcept {}
A class to be used as null_mutex.
constexpr void unlock() const noexcept
constexpr bool try_lock() const noexcept
constexpr void lock() const noexcept