folly::relaxed_atomic_ushort

A relaxed_atomic over unsigned short.

Synopsis

Declared in <folly/synchronization/RelaxedAtomic.h>

using relaxed_atomic_ushort = relaxed_atomic<unsigned short>;