Template Class RelaxedAtomic

Inheritance Relationships

Base Type

  • public std::atomic< T >

Class Documentation

template<typename T>
class uitsl::RelaxedAtomic : public std::atomic<T>

Public Functions

T operator++() noexcept
T operator--() noexcept
T operator++(int) noexcept
T operator--(int) noexcept
T operator+=(const T arg) noexcept
T operator-=(const T arg) noexcept
T operator&=(const T arg) noexcept
T operator|=(const T arg) noexcept
T operator^=(const T arg) noexcept