folly::atomic_value_type

Trait giving the effective value type of an atomic-like type.

Synopsis

Declared in <folly/synchronization/AtomicUtil.h>

template<typename Atomic>
struct atomic_value_type;

Type Aliases

NameDescription
type The effective value type of Atomic.