Class AtomicBool

Inheritance Relationships

Base Type

  • public std::atomic< bool >

Class Documentation

class AtomicBool : public std::atomic<bool>

Public Functions

AtomicBool() = default
~AtomicBool() = default
inline AtomicBool(const AtomicBool &othr)
inline AtomicBool &operator=(const AtomicBool &othr)
inline AtomicBool(AtomicBool&&)
inline AtomicBool &operator=(AtomicBool &&othr)