Struct ContentionFreeSharedMutex::Unregister#

Nested Relationships#

This struct is a nested type of Template Class ContentionFreeSharedMutex.

Struct Documentation#

struct Unregister#

Public Functions

inline Unregister(const i32 index, const std::shared_ptr<ArraySlockT> &ptr)#
inline Unregister(Unregister &&other) noexcept#
inline ~Unregister()#
Unregister(const Unregister&) = delete#
Unregister &operator=(const Unregister&) = delete#
Unregister &operator=(Unregister&&) = delete#

Public Members

i32 ThreadIndex#
std::shared_ptr<ArraySlockT> ArraySlockPtr#