HoverRace  2.0
Public Types | Public Member Functions | List of all members
HoverRace::Control::CancelCombiner Struct Reference

Combiner that allows slots to cancel the remaining slots by returning true. More...

#include <Action.h>

Public Types

using result_type = bool
 

Public Member Functions

template<typename InputIterator >
bool operator() (InputIterator first, InputIterator last) const
 

Detailed Description

Combiner that allows slots to cancel the remaining slots by returning true.

Member Typedef Documentation

Member Function Documentation

template<typename InputIterator >
bool HoverRace::Control::CancelCombiner::operator() ( InputIterator  first,
InputIterator  last 
) const
inline

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