SWC-DB  v0.5.12 C++ documentations
SWC-DB© (Super Wide Column Database) - High Performance Scalable Database (https://github.com/kashirin-alex/swc-db)
Atomic.h File Reference
#include <atomic>
+ Include dependency graph for Atomic.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SWC::Core::AtomicBase< T, OrderT >
 
struct  SWC::Core::Atomic< T, OrderT >
 

Namespaces

 SWC
 The SWC-DB C++ namespace 'SWC'.
 
 SWC::Core
 The SWC-DB Core Components C++ namespace 'SWC::Core'.
 

Typedefs

typedef AtomicBase< bool > SWC::Core::AtomicBool
 

Functions

template<typename T , std::memory_order OrderT = std::memory_order_relaxed>
SWC_CAN_INLINE std::ostream & SWC::Core::operator<< (std::ostream &out, const AtomicBase< T, OrderT > &v)