tbb::atomic< T > Struct Template Reference
[Synchronization]
#include <atomic.h>
List of all members.
Public Member Functions |
constexpr | atomic (T arg) |
T | operator= (T rhs) |
atomic< T > & | operator= (const atomic< T > &rhs) |
Detailed Description
template<typename T>
struct tbb::atomic< T >
Primary template for atomic. See the Reference for details.
The documentation for this struct was generated from the following file: