#include <atomic.h>
template<typename Type>
bool atomic< Type >::compare_exchange_strong |
( |
Type & |
comp, |
|
|
Type |
value |
|
) |
| |
|
inline |
template<typename Type>
__inline Type atomic< Type >::exchange |
( |
Type |
value | ) |
|
|
inline |
template<typename Type>
__inline Type atomic< Type >::load |
( |
| ) |
const |
|
inline |
template<typename Type>
__inline atomic< Type >::operator Type |
( |
| ) |
const |
|
inline |
template<typename Type>
__inline void atomic< Type >::store |
( |
Type |
value | ) |
|
|
inline |
The documentation for this struct was generated from the following file: