MongoDB C++ Driver legacy-1.1.2
Loading...
Searching...
No Matches
List of all members
mongo::AtomicIntrinsics< T, IsTLarge > Class Template Reference

Instantiation of AtomicIntrinsics<> for all word types T. More...

#include <atomic_intrinsics_gcc_atomic.h>

Detailed Description

template<typename T, typename IsTLarge = void>
class mongo::AtomicIntrinsics< T, IsTLarge >

Instantiation of AtomicIntrinsics<> for all word types T.

Default instantiation of AtomicIntrinsics<>, for unsupported types.

Instantiation of AtomicIntrinsics<> for all word types T where sizeof<T> <= sizeof(void *).

On 32-bit systems, this handles 8-, 16- and 32-bit word types. On 64-bit systems, it handles 8-, 16, 32- and 64-bit types.


The documentation for this class was generated from the following files: