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

#include <rx-switch_if_empty.hpp>

Static Public Member Functions

template<class Observable , class BackupSource , class Enabled = rxu::enable_if_all_true_type_t< all_observables<Observable, BackupSource>>, class SourceValue = rxu::value_type_t<Observable>, class SwitchIfEmpty = rxo::detail::switch_if_empty<SourceValue, rxu::decay_t<BackupSource>>>
static auto member (Observable &&o, BackupSource &&b) -> decltype(o.template lift< SourceValue >(SwitchIfEmpty(std::forward< BackupSource >(b))))
 
template<class... AN>
static operators::detail::switch_if_empty_invalid_t< AN... > member (AN...)
 

Member Function Documentation

template<class Observable , class BackupSource , class Enabled = rxu::enable_if_all_true_type_t< all_observables<Observable, BackupSource>>, class SourceValue = rxu::value_type_t<Observable>, class SwitchIfEmpty = rxo::detail::switch_if_empty<SourceValue, rxu::decay_t<BackupSource>>>
static auto rxcpp::member_overload< switch_if_empty_tag >::member ( Observable &&  o,
BackupSource &&  b 
) -> decltype(o.template lift<SourceValue>(SwitchIfEmpty(std::forward<BackupSource>(b))))
inlinestatic
template<class... AN>
static operators::detail::switch_if_empty_invalid_t<AN...> rxcpp::member_overload< switch_if_empty_tag >::member ( AN...  )
inlinestatic

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