Traits providing the asymmetric fence callables for an atomic template.

Synopsis

Declared in <folly/synchronization/AsymmetricThreadFence.h>

template<template<typename> typename Atom>
struct asymmetric_thread_fence_traits;

Specializations

Name

Description

asymmetric_thread_fence_traits<atomic>

Asymmetric fence traits for std::atomic.

Created with MrDocs