JUCE
Public Member Functions | List of all members
ListenerList< ListenerClass, ArrayType >::DummyBailOutChecker Struct Reference

A dummy bail-out checker that always returns false. More...

Public Member Functions

bool shouldBailOut () const noexcept
 

Detailed Description

template<class ListenerClass, class ArrayType = Array<ListenerClass*>>
struct ListenerList< ListenerClass, ArrayType >::DummyBailOutChecker

A dummy bail-out checker that always returns false.

See the ListenerList notes for more info about bail-out checkers.

Member Function Documentation

◆ shouldBailOut()

template<class ListenerClass, class ArrayType = Array<ListenerClass*>>
bool ListenerList< ListenerClass, ArrayType >::DummyBailOutChecker::shouldBailOut ( ) const
noexcept

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