libstdc++
Public Types | Public Member Functions | Static Public Attributes | List of all members
std::atomic< unsigned short > Struct Reference

Inherits __atomic_base< unsigned short >.

Public Types

typedef __atomic_base< unsigned short > __base_type
 
typedef unsigned short __integral_type
 

Public Member Functions

constexpr atomic (__integral_type __i) noexcept
 
 atomic (const atomic &)=delete
 
atomicoperator= (const atomic &) volatile=delete
 
atomicoperator= (const atomic &)=delete
 

Static Public Attributes

static constexpr bool is_always_lock_free
 

Detailed Description

Explicit specialization for unsigned short.

Definition at line 799 of file atomic.


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