proxygen
Main Page
Related Pages
Namespaces
Classes
Files
Examples
Class List
Class Hierarchy
Class Members
Public Member Functions
|
List of all members
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
(
)
inline
noexcept
Definition at line
93
of file
Tearable.h
.
93
: std::atomic<RawWord>{RawWord{}} {}
The documentation for this struct was generated from the following file:
proxygen/folly/folly/synchronization/
Tearable.h
folly
Tearable
AtomicWord
Generated by
1.8.11