True when T is a hardware‐atomic (lock‐free, trivially copyable) type.
Synopsis
Declared in <folly/ConcurrentBSkipList‐detail.h>
template<typename T>
inline constexpr bool kIsHardwareAtomic = detail_hw_atomic::Check<T>;
Template Parameters
Name |
Description |
T |
The type under test. |
Created with MrDocs