|
CeresEngine 0.2.0
A game development framework
|
#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. | |