BRE12
Public Member Functions | List of all members
tbb::atomic< void * > Struct Template Reference

Specialization for atomic<void*>, for sake of not allowing arithmetic or operator->. More...

#include <atomic.h>

Inheritance diagram for tbb::atomic< void * >:

Public Member Functions

void * operator= (void *rhs)
 
atomic< void * > & operator= (const atomic< void *> &rhs)
 

Detailed Description

template<>
struct tbb::atomic< void * >

Specialization for atomic<void*>, for sake of not allowing arithmetic or operator->.


The documentation for this struct was generated from the following file: