AudRecordLib
Atomic< Type, size > Struct Template Reference

#include <atomic.h>


Detailed Description

template<class Type, size_t size = sizeof(Type)>
struct Atomic< Type, size >

Empty class for atomic functions that's specialised on the size parameter for every operand size supported.

The empty class causes compile errors for sizes not supported

Template Parameters:
TypeThe actual type of data to manipulate
sizeThe size of the Type

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Defines