RxCpp
The Reactive Extensions for Native (RxCpp) is a library for composing asynchronous and event-based programs using observable sequences and LINQ-style query operators in both C and C++.
Static Public Member Functions | List of all members
rxcpp::member_overload< window_with_time_or_count_tag > Struct Template Reference

#include <rx-window_time_count.hpp>

Static Public Member Functions

template<class Observable , class Duration , class Enabled = rxu::enable_if_all_true_type_t< is_observable<Observable>, std::is_convertible<Duration, rxsc::scheduler::clock_type::duration>>, class SourceValue = rxu::value_type_t<Observable>, class WindowTimeCount = rxo::detail::window_with_time_or_count<SourceValue, rxu::decay_t<Duration>, identity_one_worker>, class Value = rxu::value_type_t<WindowTimeCount>>
static auto member (Observable &&o, Duration &&period, int count) -> decltype(o.template lift< Value >(WindowTimeCount(std::forward< Duration >(period), count, identity_current_thread())))
 
template<class Observable , class Duration , class Coordination , class Enabled = rxu::enable_if_all_true_type_t< is_observable<Observable>, std::is_convertible<Duration, rxsc::scheduler::clock_type::duration>, is_coordination<Coordination>>, class SourceValue = rxu::value_type_t<Observable>, class WindowTimeCount = rxo::detail::window_with_time_or_count<SourceValue, rxu::decay_t<Duration>, rxu::decay_t<Coordination>>, class Value = rxu::value_type_t<WindowTimeCount>>
static auto member (Observable &&o, Duration &&period, int count, Coordination &&cn) -> decltype(o.template lift< Value >(WindowTimeCount(std::forward< Duration >(period), count, std::forward< Coordination >(cn))))
 
template<class... AN>
static operators::detail::window_with_time_or_count_invalid_t< AN... > member (AN...)
 

Member Function Documentation

template<class Observable , class Duration , class Enabled = rxu::enable_if_all_true_type_t< is_observable<Observable>, std::is_convertible<Duration, rxsc::scheduler::clock_type::duration>>, class SourceValue = rxu::value_type_t<Observable>, class WindowTimeCount = rxo::detail::window_with_time_or_count<SourceValue, rxu::decay_t<Duration>, identity_one_worker>, class Value = rxu::value_type_t<WindowTimeCount>>
static auto rxcpp::member_overload< window_with_time_or_count_tag >::member ( Observable &&  o,
Duration &&  period,
int  count 
) -> decltype(o.template lift<Value>(WindowTimeCount(std::forward<Duration>(period), count, identity_current_thread())))
inlinestatic
template<class Observable , class Duration , class Coordination , class Enabled = rxu::enable_if_all_true_type_t< is_observable<Observable>, std::is_convertible<Duration, rxsc::scheduler::clock_type::duration>, is_coordination<Coordination>>, class SourceValue = rxu::value_type_t<Observable>, class WindowTimeCount = rxo::detail::window_with_time_or_count<SourceValue, rxu::decay_t<Duration>, rxu::decay_t<Coordination>>, class Value = rxu::value_type_t<WindowTimeCount>>
static auto rxcpp::member_overload< window_with_time_or_count_tag >::member ( Observable &&  o,
Duration &&  period,
int  count,
Coordination &&  cn 
) -> decltype(o.template lift<Value>(WindowTimeCount(std::forward<Duration>(period), count, std::forward<Coordination>(cn))))
inlinestatic
template<class... AN>
static operators::detail::window_with_time_or_count_invalid_t<AN...> rxcpp::member_overload< window_with_time_or_count_tag >::member ( AN...  )
inlinestatic

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