#include <BasicAtomics.hpp>
◆ AtomicInt64
◆ AtomicLong
◆ Int64
◆ Long
◆ AtomicAdd()
◆ AtomicCompareExchange()
template<typename Type >
| static Type BasicAtomics::AtomicCompareExchange |
( |
std::atomic< Type > & |
Destination, |
|
|
Type |
Exchange, |
|
|
Type |
Comparand |
|
) |
| |
|
inlinestatic |
◆ AtomicDecrement()
template<typename Type >
| static Type BasicAtomics::AtomicDecrement |
( |
std::atomic< Type > & |
Val | ) |
|
|
inlinestatic |
◆ AtomicIncrement()
template<typename Type >
| static Type BasicAtomics::AtomicIncrement |
( |
std::atomic< Type > & |
Val | ) |
|
|
inlinestatic |
The documentation for this struct was generated from the following file: