CNum 0.2.1
CPU-optimized ML library for C++
Loading...
Searching...
No Matches
CNum::DataStructs::HazardPointer::HazardSlot Struct Reference

A slot in which to store a protected pointer. More...

#include <HazardPointer.h>

Public Attributes

::std::atomic< void * > slot { nullptr }
::std::atomic< bool > active { false }

Detailed Description

A slot in which to store a protected pointer.

Member Data Documentation

◆ active

::std::atomic<bool> CNum::DataStructs::HazardPointer::HazardSlot::active { false }

◆ slot

::std::atomic<void *> CNum::DataStructs::HazardPointer::HazardSlot::slot { nullptr }

The documentation for this struct was generated from the following file: