proxygen
folly::AtomicLinkedList< T >::Wrapper Struct Reference

Public Member Functions

 Wrapper (T &&t)
 

Public Attributes

AtomicIntrusiveLinkedListHook< Wrapperhook
 
T data
 

Detailed Description

template<class T>
struct folly::AtomicLinkedList< T >::Wrapper

Definition at line 99 of file AtomicLinkedList.h.

Constructor & Destructor Documentation

template<class T >
folly::AtomicLinkedList< T >::Wrapper::Wrapper ( T &&  t)
inlineexplicit

Definition at line 100 of file AtomicLinkedList.h.

100 : data(std::move(t)) {}
constexpr detail::Map< Move > move
Definition: Base-inl.h:2567

Member Data Documentation

template<class T >
T folly::AtomicLinkedList< T >::Wrapper::data
template<class T >
AtomicIntrusiveLinkedListHook<Wrapper> folly::AtomicLinkedList< T >::Wrapper::hook

Definition at line 102 of file AtomicLinkedList.h.


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