CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
Atomic.hpp File Reference
#include <atomic>

Go to the source code of this file.

Namespaces

namespace  CeresEngine
 

Typedefs

template<typename T >
using CeresEngine::Atomic = std::atomic< T >
 The Atomic template defines an atomic type.
 
using CeresEngine::AtomicFlag = std::atomic_flag
 AtomicFlag is an atomic boolean type.