hazptr_root

Synopsis

Declared in <folly/synchronization/HazptrObjLinked.h>

template<
    typename T,
    template<
    typename,
    typename> typename Atom = atomic>
class hazptr_root;

Member Functions

Name

Description

hazptr_root [constructor]

Constructs a root optionally pointing at a linked object.

~hazptr_root [destructor]

Unlinks the referenced object, if any, on destruction.

operator()

Function call operators

Created with MrDocs