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

Static Public Member Functions

static Type inc (AtomicBase< Type > &a) noexcept
 
static Type dec (AtomicBase< Type > &a) noexcept
 

Member Function Documentation

◆ inc()

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

◆ dec()

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

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