Thrill  0.1
atomic_movable.hpp File Reference
#include <atomic>
#include <utility>
+ Include dependency graph for atomic_movable.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AtomicMovable< T >
 This is a derivative of std::atomic which enables easier and less error-prone writing of move-only classes by implementing a move constructor. More...
 

Namespaces

 thrill
 
 thrill::common
 Contains many common tools and helpers shared by higher layers. See common.
 

Macros

#define THRILL_COMMON_ATOMIC_MOVABLE_HEADER
 

Macro Definition Documentation

◆ THRILL_COMMON_ATOMIC_MOVABLE_HEADER

#define THRILL_COMMON_ATOMIC_MOVABLE_HEADER

Definition at line 13 of file atomic_movable.hpp.