Specialization for atomic<void*>, for sake of not allowing arithmetic or operator->. More...
#include <atomic.h>
Public Member Functions | |
constexpr | atomic (void *arg) |
void * | operator= (void *rhs) |
atomic< void * > & | operator= (const atomic< void * > &rhs) |
Specialization for atomic<void*>, for sake of not allowing arithmetic or operator->.