QuickCppLib 0.10
Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!
|
Lets you use a pointer to memory as a spinlock :) More...
#include "spinlock.hpp"
Public Member Functions | |
constexpr | lockable_ptr (T *v=nullptr) |
T * | get () noexcept |
Returns the memory pointer part of the atomic. | |
const T * | get () const noexcept |
Returns the memory pointer part of the atomic. | |
T & | operator* () noexcept |
const T & | operator* () const noexcept |
T * | operator-> () noexcept |
const T * | operator-> () const noexcept |
Public Attributes | |
T | ptr |
STL member. | |
Lets you use a pointer to memory as a spinlock :)
T | The type of the pointer |
|
inlineconstexpr |
|
inlinenoexcept |
Returns the memory pointer part of the atomic.
|
inlinenoexcept |
Returns the memory pointer part of the atomic.
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inherited |
STL member.