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

#include <rx-start_with.hpp>

Static Public Member Functions

template<class Observable , class Value0 , class... ValueN, class Enabled = rxu::enable_if_all_true_type_t< is_observable<Observable>>, class From = decltype(rxs::from(rxu::decay_t<Value0>(std::declval<Value0>()), rxu::decay_t<ValueN>(std::declval<ValueN>())...))>
static auto member (Observable &&o, Value0 &&v0, ValueN &&...vn) -> decltype(member_overload< concat_tag >::member(std::declval< From >(), std::forward< Observable >(o)))
 
template<class... AN>
static operators::detail::start_with_invalid_t< AN... > member (const AN &...)
 

Member Function Documentation

template<class Observable , class Value0 , class... ValueN, class Enabled = rxu::enable_if_all_true_type_t< is_observable<Observable>>, class From = decltype(rxs::from(rxu::decay_t<Value0>(std::declval<Value0>()), rxu::decay_t<ValueN>(std::declval<ValueN>())...))>
static auto rxcpp::member_overload< start_with_tag >::member ( Observable &&  o,
Value0 &&  v0,
ValueN &&...  vn 
) -> decltype(member_overload<concat_tag>::member(std::declval<From>(), std::forward<Observable>(o)))
inlinestatic
template<class... AN>
static operators::detail::start_with_invalid_t<AN...> rxcpp::member_overload< start_with_tag >::member ( const AN &  ...)
inlinestatic

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