proxygen
folly::Tearable< T >::AtomicWord Struct Reference
Inheritance diagram for folly::Tearable< T >::AtomicWord:

Public Member Functions

 AtomicWord () noexcept
 

Detailed Description

template<typename T>
struct folly::Tearable< T >::AtomicWord

Definition at line 92 of file Tearable.h.

Constructor & Destructor Documentation

template<typename T>
folly::Tearable< T >::AtomicWord::AtomicWord ( )
inlinenoexcept

Definition at line 93 of file Tearable.h.

93 : std::atomic<RawWord>{RawWord{}} {}

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