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< timestamp_tag > Struct Template Reference

#include <rx-timestamp.hpp>

Static Public Member Functions

template<class Observable , class Enabled = rxu::enable_if_all_true_type_t< is_observable<Observable>>, class SourceValue = rxu::value_type_t<Observable>, class Timestamp = rxo::detail::timestamp<SourceValue, identity_one_worker>, class Clock = typename rxsc::scheduler::clock_type::time_point, class Value = std::pair<SourceValue, Clock>>
static auto member (Observable &&o) -> decltype(o.template lift< Value >(Timestamp(identity_current_thread())))
 
template<class Observable , class Coordination , class Enabled = rxu::enable_if_all_true_type_t< is_observable<Observable>, is_coordination<Coordination>>, class SourceValue = rxu::value_type_t<Observable>, class Timestamp = rxo::detail::timestamp<SourceValue, rxu::decay_t<Coordination>>, class Clock = typename rxsc::scheduler::clock_type::time_point, class Value = std::pair<SourceValue, Clock>>
static auto member (Observable &&o, Coordination &&cn) -> decltype(o.template lift< Value >(Timestamp(std::forward< Coordination >(cn))))
 
template<class... AN>
static operators::detail::timestamp_invalid_t< AN... > member (AN...)
 

Member Function Documentation

template<class Observable , class Enabled = rxu::enable_if_all_true_type_t< is_observable<Observable>>, class SourceValue = rxu::value_type_t<Observable>, class Timestamp = rxo::detail::timestamp<SourceValue, identity_one_worker>, class Clock = typename rxsc::scheduler::clock_type::time_point, class Value = std::pair<SourceValue, Clock>>
static auto rxcpp::member_overload< timestamp_tag >::member ( Observable &&  o) -> decltype(o.template lift<Value>(Timestamp(identity_current_thread())))
inlinestatic
template<class Observable , class Coordination , class Enabled = rxu::enable_if_all_true_type_t< is_observable<Observable>, is_coordination<Coordination>>, class SourceValue = rxu::value_type_t<Observable>, class Timestamp = rxo::detail::timestamp<SourceValue, rxu::decay_t<Coordination>>, class Clock = typename rxsc::scheduler::clock_type::time_point, class Value = std::pair<SourceValue, Clock>>
static auto rxcpp::member_overload< timestamp_tag >::member ( Observable &&  o,
Coordination &&  cn 
) -> decltype(o.template lift<Value>(Timestamp(std::forward<Coordination>(cn))))
inlinestatic
template<class... AN>
static operators::detail::timestamp_invalid_t<AN...> rxcpp::member_overload< timestamp_tag >::member ( AN...  )
inlinestatic

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