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

#include <rx-finally.hpp>

Static Public Member Functions

template<class Observable , class LastCall , class SourceValue = rxu::value_type_t<Observable>, class Enabled = rxu::enable_if_all_true_type_t< is_observable<Observable>>, class Finally = rxo::detail::finally<SourceValue, rxu::decay_t<LastCall>>>
static auto member (Observable &&o, LastCall &&lc) -> decltype(o.template lift< SourceValue >(Finally(std::forward< LastCall >(lc))))
 
template<class... AN>
static operators::detail::finally_invalid_t< AN... > member (const AN &...)
 

Member Function Documentation

template<class Observable , class LastCall , class SourceValue = rxu::value_type_t<Observable>, class Enabled = rxu::enable_if_all_true_type_t< is_observable<Observable>>, class Finally = rxo::detail::finally<SourceValue, rxu::decay_t<LastCall>>>
static auto rxcpp::member_overload< finally_tag >::member ( Observable &&  o,
LastCall &&  lc 
) -> decltype(o.template lift<SourceValue>(Finally(std::forward<LastCall>(lc))))
inlinestatic
template<class... AN>
static operators::detail::finally_invalid_t<AN...> rxcpp::member_overload< finally_tag >::member ( const AN &  ...)
inlinestatic

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