JUCE
Static Public Member Functions | List of all members
juce::AtomicIncrementDecrement< Type * > Struct Template Reference

Static Public Member Functions

static Type * inc (Atomic< Type *> &a) noexcept
 
static Type * dec (Atomic< Type *> &a) noexcept
 

Member Function Documentation

◆ inc()

template<typename Type >
static Type* juce::AtomicIncrementDecrement< Type * >::inc ( Atomic< Type *> &  a)
staticnoexcept

◆ dec()

template<typename Type >
static Type* juce::AtomicIncrementDecrement< Type * >::dec ( Atomic< Type *> &  a)
staticnoexcept

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