libstdc++
std::atomic< short > Struct Template Reference

Inherits __atomic_short_base.

Public Types

typedef atomic_short __base_type
 
typedef short __integral_type
 

Public Member Functions

 atomic (const atomic &)=delete
 
 atomic (__integral_type __i)
 
atomicoperator= (const atomic &)=delete
 

Public Attributes

short _M_i
 

Detailed Description

template<>
struct std::atomic< short >

Explicit specialization for short.

Definition at line 303 of file cstdatomic.


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