MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::StopOnTrueCombiner Struct Reference

Pass this as a second template argument to boost::signals2::signal<...> to stop the execution of handlers when one of them returns true. More...

#include <MRSignalCombiners.h>

Public Types

using result_type = bool
 

Public Member Functions

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

Detailed Description

Pass this as a second template argument to boost::signals2::signal<...> to stop the execution of handlers when one of them returns true.


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