Foundation
Loading...
Searching...
No Matches
Source
Core
Atomic.hpp
Go to the documentation of this file.
1
#pragma once
2
#include <atomic>
21
namespace
Foundation::Core
22
{
26
template
<
typename
T>
using
Atomic
= std::atomic<T>;
27
}
Foundation::Core
Lock-free atomic primitives and implementations of data structures.
Definition
Allocator.hpp:5
Foundation::Core::Atomic
std::atomic< T > Atomic
Alias of std::atomic<T>.
Definition
Atomic.hpp:26
Generated by
1.9.8