proxygen
folly::hazptr_default_domain_helper< std::atomic > Struct Template Reference

#include <HazptrDomain.h>

Static Public Member Functions

static FOLLY_ALWAYS_INLINE hazptr_domain< std::atomic > & get ()
 

Detailed Description

template<>
struct folly::hazptr_default_domain_helper< std::atomic >

Definition at line 356 of file HazptrDomain.h.

Member Function Documentation

static FOLLY_ALWAYS_INLINE hazptr_domain<std::atomic>& folly::hazptr_default_domain_helper< std::atomic >::get ( )
inlinestatic

Definition at line 357 of file HazptrDomain.h.

References Atom, and folly::default_domain.

357  {
358  return default_domain;
359  }
hazptr_domain< std::atomic > default_domain
Definition: Hazptr.cpp:23

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