ReactivePlusPlus
One more implementation of ReactiveX approach in C++ with care about performance and templates in mind
 
Loading...
Searching...
No Matches
rpp::details::take_until_impl< Type, TTriggerObservable > Struct Template Reference

"combine_latest" operator (an OperatorFn used by "lift"). More...

#include <take_until.hpp>

Public Types

using TriggerType = utils::extract_observable_type_t< TTriggerObservable >
 

Public Member Functions

template<constraint::subscriber_of_type< Type > TSub>
auto operator() (TSub &&in_subscriber) const
 

Public Attributes

TTriggerObservable m_until_observable
 

Detailed Description

template<constraint::decayed_type Type, constraint::observable TTriggerObservable>
struct rpp::details::take_until_impl< Type, TTriggerObservable >

"combine_latest" operator (an OperatorFn used by "lift").


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