Inherits __atomic_base< signed char >.
|
typedef __atomic_base< signed char > | __base_type |
|
typedef signed char | __integral_type |
|
|
| atomic (const atomic &)=delete |
|
constexpr | atomic (__integral_type __i) noexcept |
|
atomic & | operator= (const atomic &)=delete |
|
atomic & | operator= (const atomic &) volatile=delete |
|
|
static constexpr bool | is_always_lock_free |
|
template<>
struct std::atomic< signed char >
Explicit specialization for signed char.
Definition at line 730 of file atomic.
The documentation for this struct was generated from the following file: