proxygen
folly::hazptr_default_domain_helper< Atom > Struct Template Reference

#include <HazptrDomain.h>

Static Public Member Functions

static FOLLY_ALWAYS_INLINE hazptr_domain< Atom > & get ()
 

Detailed Description

template<template< typename > class Atom>
struct folly::hazptr_default_domain_helper< Atom >

Free functions related to hazptr domainsdefault_hazptr_domain: Returns reference to the default domain

Definition at line 348 of file HazptrDomain.h.

Member Function Documentation

template<template< typename > class Atom>
static FOLLY_ALWAYS_INLINE hazptr_domain<Atom>& folly::hazptr_default_domain_helper< Atom >::get ( )
inlinestatic

Definition at line 349 of file HazptrDomain.h.

Referenced by folly::default_hazptr_domain().

349  {
350  static hazptr_domain<Atom> domain;
351  return domain;
352  }

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